sp-dev-fx-webparts/samples/react-webpartdetails

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.

React webpart Details

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