The SPFx sample solution to demostrate CRUD operation functionality along with utilization of Office Febric UI Components Control into SPFx webpart.
This Solution is contains following Office-UI-Febric Components and @pnp/sp framework:
- Basic Input Component(Textbox, button)
- People Picker Control
- Dropdown Control
- Details List Component with Sorting and Filtering Functionality.
git clone the repo
npm i
npm i -g gulp
gulp
This package produces the following:
- lib/* - intermediate-stage commonjs build artifacts
- dist/* - the bundled script, along with other resources
- deploy/* - all resources which should be uploaded to a CDN.
- gulp clean - TODO
- gulp test - TODO
- gulp serve - TODO
- gulp bundle - TODO
- gulp package-solution - TODO