67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
[
|
|
{
|
|
"name": "pnp-sp-dev-spfx-web-parts-react-doccard-faq",
|
|
"source": "pnp",
|
|
"title": "Document Card FAQ",
|
|
"shortDescription": "React FAQ Document Card Web Part",
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-doccard-faq",
|
|
"longDescription": [
|
|
"Document Card FAQ"
|
|
],
|
|
"creationDateTime": "2021-04-05",
|
|
"updateDateTime": "2021-04-05",
|
|
"products": [
|
|
"SharePoint"
|
|
],
|
|
"metadata": [
|
|
{
|
|
"key": "CLIENT-SIDE-DEV",
|
|
"value": "React"
|
|
},
|
|
{
|
|
"key": "SPFX-VERSION",
|
|
"value": "1.10.0"
|
|
},
|
|
{
|
|
"key": "PNPCONTROLS",
|
|
"value": "WebPartTitle, Placeholder, FilePicker"
|
|
}
|
|
],
|
|
"thumbnails": [
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-doccard-faq/assets/FAQdocCardPreview.gif",
|
|
"alt": "Web part in action"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 101,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-doccard-faq/assets/reactdoccardfaq.png",
|
|
"alt": "Web part in action"
|
|
},
|
|
{
|
|
"type": "video",
|
|
"order": 102,
|
|
"url": "https://www.youtube.com/embed/oIr-rgGvUUk",
|
|
"alt": "Demo of the web part in action"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"gitHubAccount": "SamC148",
|
|
"pictureUrl": "https://github.com/SamC148.png",
|
|
"name": "Sam Collins",
|
|
"twitter": "samc148"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|