sp-dev-fx-webparts/samples/react-group-membership-manager/assets/sample.json

56 lines
2.5 KiB
JSON
Raw Normal View History

2022-09-05 16:17:51 -04:00
[
{
"name": "pnp-sp-dev-spfx-web-parts-react-group-membership-manager",
"source": "pnp",
2024-04-18 01:51:29 -04:00
"title": "Group Membership Manager Web Part",
2022-09-05 16:17:51 -04:00
"shortDescription": "This app is an example of managing the membership of a group you own including the owners of the group as well as using FluentUI v9",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-group-membership-manager",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-group-membership-manager",
"longDescription": [
"This app is an example of managing the membership of a group you own including the owners of the group as well as using FluentUI v9"
],
"creationDateTime": "2022-08-25",
"updateDateTime": "2023-05-15",
2022-09-05 16:17:51 -04:00
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.17.2"
2022-09-05 16:17:51 -04:00
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
2022-12-31 17:24:45 -05:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-group-membership-manager/assets/group-membership-manager.gif",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-group-membership-manager/assets/screenshot.png",
2022-09-05 16:17:51 -04:00
"alt": "Web Part Preview"
2022-12-01 04:24:35 -05:00
}
2022-09-05 16:17:51 -04:00
],
"authors": [
{
"gitHubAccount": "techienickb",
"pictureUrl": "https://github.com/techienickb.png",
"name": "Nick Brown"
}
],
"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"
}
]
}
]