From 159648f48bfc4ed219dadfa2ec615f3af7dd58a4 Mon Sep 17 00:00:00 2001 From: Harsha Vardhini Date: Fri, 12 Jun 2020 17:58:38 +0530 Subject: [PATCH] Update README.md --- samples/react-webpartdetails/README.md | 27 ++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/samples/react-webpartdetails/README.md b/samples/react-webpartdetails/README.md index 1b700e019..daa4b5f9b 100644 --- a/samples/react-webpartdetails/README.md +++ b/samples/react-webpartdetails/README.md @@ -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