Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.22 KB

office-ui-control in SPFx webpart

Summary

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.

Office Febric UI Control with SPFX

Applies to

Building the code

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.

Build options

  • gulp clean - TODO
  • gulp test - TODO
  • gulp serve - TODO
  • gulp bundle - TODO
  • gulp package-solution - TODO