sp-dev-fx-webparts/samples/react-graph-pnpjs/assets/sample.json

64 lines
2.5 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-graph-pnpjs",
"source": "pnp",
"title": "Web Part Using PnPJS with MS Graph",
"shortDescription": "This web part demonstrates how to use PnPJS with SharePoint Framework and how to query Microsoft Graph with PnPJS. It requests a list of Azure AD groups at your tenant and shows them using Office UI Fabric React list.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-pnpjs",
"longDescription": [
"This web part demonstrates how to use PnPJS with SharePoint Framework and how to query Microsoft Graph with PnPJS. It requests a list of Azure AD groups at your tenant and shows them using Office UI Fabric React list."
],
"creationDateTime": "2019-01-09",
"updateDateTime": "2019-01-09",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.7.1"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-graph-pnpjs/assets/summary.png",
"alt": "Using PnPJS with MS Graph"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-graph-pnpjs/assets/approve-request.png?raw=true",
"alt": "Using PnPJS with MS Graph"
},
{
"type": "image",
"order": 102,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-graph-pnpjs/assets/approve.png?raw=true",
"alt": "Using PnPJS with MS Graph"
}
],
"authors": [
{
"gitHubAccount": "s-KaiNet",
"company": "Mastaq",
"pictureUrl": "https://github.com/s-KaiNet.png",
"name": "Sergei Sergeev",
"twitter": "sergeev_srg"
}
],
"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://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}
]