sp-dev-fx-webparts/samples/riot-list/assets/sample.json

52 lines
1.8 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-riot-list",
"source": "pnp",
"title": "List RiotJS Client-Side Web Part",
"shortDescription": "Simplistic sample Web Part that demonstrates the use of RiotJS in creating a SharePoint Framework web part.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/riot-list",
"longDescription": [
"Simplistic sample Web Part that demonstrates the use of RiotJS in creating a SharePoint Framework web part."
],
"creationDateTime": "2017-04-26",
"updateDateTime": "2017-04-26",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "Other"
},
{
"key": "SPFX-VERSION",
"value": "GA"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/riot-list/assets/riot-list-preview.gif",
"alt": "List RiotJS Client-Side Web Part"
}
],
"authors": [
{
"gitHubAccount": "sebastienlevert",
"company": "Microsoft",
"pictureUrl": "https://github.com/sebastienlevert.png",
"name": "S\u00E9bastien Levert",
"twitter": "sebastienlevert"
}
],
"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"
}
]
}
]