mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
React Webpart Details
Summary
The web part illustrates how to get all the webpart present in a page,bind them in a multiselect dropdown. On selecting the webpart title from the dropdown, it will be hidden. You can use this sample to as per the requirement.
Used SharePoint Framework Version
SPFx 1.10.0
Applies to
Solution
Solution | Author(s) |
---|---|
React-webpartdetails | Harsha Vardhini (@harshagracy / Harsha's Blog) |
Version history
Version | Date | Comments |
---|---|---|
1.0 | June 12, 2020 | Initial release |
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