sp-dev-fx-webparts/samples/react-material-ui
VesaJuvonen 22318b95a3 Adding missing telemetry images for readme files 2019-04-15 12:49:10 +03:00
..
assets React material ui (#820) 2019-04-08 12:38:03 +03:00
config React material ui (#820) 2019-04-08 12:38:03 +03:00
sharepoint/assets React material ui (#820) 2019-04-08 12:38:03 +03:00
src React material ui (#820) 2019-04-08 12:38:03 +03:00
teams React material ui (#820) 2019-04-08 12:38:03 +03:00
.editorconfig React material ui (#820) 2019-04-08 12:38:03 +03:00
.gitignore React material ui (#820) 2019-04-08 12:38:03 +03:00
.yo-rc.json React material ui (#820) 2019-04-08 12:38:03 +03:00
LICENSE React material ui (#820) 2019-04-08 12:38:03 +03:00
README.md Adding missing telemetry images for readme files 2019-04-15 12:49:10 +03:00
gulpfile.js React material ui (#820) 2019-04-08 12:38:03 +03:00
package.json React material ui (#820) 2019-04-08 12:38:03 +03:00
tsconfig.json React material ui (#820) 2019-04-08 12:38:03 +03:00
tslint.json React material ui (#820) 2019-04-08 12:38:03 +03:00

README.md

React Material UI

Summary

This sample shows how you can use Material UI components in your SharePoint Framework solution. In this sample you will find some of the Material UI components like Table, Dialog, Text Field and Icon. This sample also includes RXJS DebounceTime, this feature allows you to wait for a certain amount of time before make requests to the server while user is typing to prevent to make requests for each character.

react-command-print

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
react-material-ui Ramin Ahmadi

Version history

Version Date Comments
1.0 March 25, 2019 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Material UI components
  • RXJS
  • Provision SharePoint assets
  • TypeScript 3.3
  • @pnp/sp