Update README.md
This commit is contained in:
parent
d6d0b8fde7
commit
159648f48b
|
@ -1,6 +1,29 @@
|
|||
## getallwebpart
|
||||
### 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.
|
||||
|
||||
This is where you include your WebPart documentation.
|
||||
![React webpart Details](./assets/webpartDetails.png)
|
||||
|
||||
## Used SharePoint Framework Version
|
||||
SPFx 1.10.0
|
||||
|
||||
## Applies to
|
||||
|
||||
* [SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview)
|
||||
|
||||
## Solution
|
||||
|
||||
Solution|Author(s)
|
||||
--------|---------
|
||||
React-webpartdetails| Harsha Vardhini ([@harshagracy](https://twitter.com/harshagracy) / [Harsha's Blog](https://harshagracy.com/))
|
||||
|
||||
|
||||
## Version history
|
||||
|
||||
Version|Date|Comments
|
||||
-------|----|--------
|
||||
1.0|June 12, 2020|Initial release
|
||||
|
||||
### Building the code
|
||||
|
||||
|
|
Loading…
Reference in New Issue