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

85 lines
2.9 KiB
JSON
Raw Normal View History

2024-03-24 13:35:08 -04:00
{
"name": "pnp-sp-dev-spfx-web-parts-react-poll",
"source": "pnp",
"title": "Poll",
"shortDescription": "Add new poll questions and their options. End users can submit his/her response to the poll. After Submission, user can see all responses count with Bar chart.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-poll",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-poll",
"longDescription": [
"Add new poll questions and their options. End users can submit his/her response to the poll. After Submission, user can see all responses count with Bar chart."
],
"creationDateTime": "2024-03-16",
"updateDateTime": "2024-03-16",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.17.1"
}
],
"thumbnails": [
{
"name": "react-poll.gif",
"type": "image",
"order": 100,
2024-03-24 14:11:28 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-poll/assets/react-poll.gif",
2024-03-24 13:35:08 -04:00
"alt": "Web Part Preview"
},
{
"name": "add-poll.png",
"type": "image",
"order": 101,
2024-03-24 14:11:28 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-poll/assets/add-poll.png",
2024-03-24 13:35:08 -04:00
"alt": "Web Part Preview"
},
{
"name": "poll-answers.png",
"type": "image",
"order": 102,
2024-03-24 14:11:28 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-poll/assets/poll-answers.png",
2024-03-24 13:35:08 -04:00
"alt": "Web Part Preview"
},
{
"name": "poll-questions.png",
"type": "image",
"order": 103,
2024-03-24 14:11:28 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-poll/assets/poll-questions.png",
2024-03-24 13:35:08 -04:00
"alt": "Web Part Preview"
},
{
"name": "wp1.png",
"type": "image",
"order": 104,
2024-03-24 14:11:28 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-poll/assets/wp1.png",
2024-03-24 13:35:08 -04:00
"alt": "Web Part Preview"
},
{
"name": "wp2.png",
"type": "image",
"order": 105,
2024-03-24 14:11:28 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-poll/assets/wp2.png",
2024-03-24 13:35:08 -04:00
"alt": "Web Part Preview"
}
],
"authors": [
{
"gitHubAccount": "Harsh24491",
"pictureUrl": "https://github.com/Harsh24491.png",
"name": "Harsh Bhavsar"
}
],
"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/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}