diff --git a/samples/react-graph-groupviewer/assets/sample.json b/samples/react-graph-groupviewer/assets/sample.json new file mode 100644 index 000000000..edd5f24f6 --- /dev/null +++ b/samples/react-graph-groupviewer/assets/sample.json @@ -0,0 +1,51 @@ +[ + { + "name": "pnp-sp-dev-spfx-web-parts-react-graph-groupviewer", + "source": "pnp", + "title": "Graph Group Viewer", + "shortDescription": "Search for groups in your tenant and allow you to view the details of the selected group as well as view a list of group members and export the list of members to a CSV file", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-groupviewer", + "longDescription": [ + "This webpart will provide the functionality to search for groups in your tenant and allow you to view the details of the selected group as well as view a list of group members and export the list of members to a CSV file" + ], + "creationDateTime": "2021-09-27", + "updateDateTime": "2021-09-27", + "products": [ + "SharePoint", + "Office" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.12.1" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-graph-groupviewer/assets/preview.gif", + "alt": "Preview" + } + ], + "authors": [ + { + "gitHubAccount": "zachroberts8668", + "company": "", + "pictureUrl": "https://github.com/zachroberts8668.png", + "name": "Zach Roberts" + } + ], + "references": [ + { + "name": "Build your first SharePoint client-side web part", + "description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.", + "url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + } + ] + } +] \ No newline at end of file diff --git a/samples/react-graph-groupviewer/package-lock.json b/samples/react-graph-groupviewer/package-lock.json index d1b6ff7fc..accc1953f 100644 --- a/samples/react-graph-groupviewer/package-lock.json +++ b/samples/react-graph-groupviewer/package-lock.json @@ -1,5 +1,5 @@ { - "name": "react-azure-group-view", + "name": "react-graph-groupviewer", "version": "0.0.1", "lockfileVersion": 1, "requires": true,