sp-dev-fx-webparts/samples/react-feedback-sidebar/assets/sample.json

72 lines
3.0 KiB
JSON
Raw Normal View History

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-feedback-sidebar",
"source": "pnp",
2024-04-18 01:51:29 -04:00
"title": "Feedback Sidebar Web Part",
"shortDescription": "This web part displays a sidebar that allows users to provide feedback on various sections of your site.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-feedback-sidebar",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-feedback-sidebar",
"longDescription": [
"This web part displays a sidebar that allows users to provide feedback on various sections of your site."
],
"creationDateTime": "2022-09-14",
2023-02-03 22:46:09 -05:00
"updateDateTime": "2023-01-20",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.15.0"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-feedback-sidebar/assets/preview.gif",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-feedback-sidebar/assets/preview-img-01.png",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 102,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-feedback-sidebar/assets/preview-img-02.png",
"alt": "Web Part Preview"
}
],
"authors": [
{
"gitHubAccount": "srpmtt",
"pictureUrl": "https://github.com/srpmtt.png",
"name": "Matteo Serpi"
},
{
"gitHubAccount": "AlessiaDeMartino",
"pictureUrl": "https://github.com/AlessiaDeMartino.png",
"name": "Alessia De Martino"
},
{
"gitHubAccount": "10xMike",
"pictureUrl": "https://github.com/10xMike.png",
"name": "Michele Catena"
}
],
"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"
}
]
}
]