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

74 lines
2.5 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-soccer-highlights",
"source": "pnp",
"title": "Soccer Highlights Web Part",
"shortDescription": "This react web part sample displays Soccer Highlights from a public Soccer API.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-soccer-highlights",
"longDescription": [
"This react web part sample displays Soccer Highlights from a public Soccer API."
],
"creationDateTime": "2020-10-30",
"updateDateTime": "2020-10-30",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.11.0"
},
{
"key": "PNPCONTROLS",
"value": "WebPartTitle"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-soccer-highlights/assets/SoccerHighlightsV1.png",
"alt": "Soccer Highlights"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-soccer-highlights/assets/SoccerHighlights.gif?raw=true",
"alt": "Soccer Highlights"
},
{
"type": "image",
"order": 102,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-soccer-highlights/assets/SoccerHighlights.png?raw=true",
"alt": "Soccer Highlights"
},
{
"type": "video",
"order": 103,
"url": "https://www.youtube.com/embed/LZcFEVV7J94",
"alt": "Community demo of the web part"
}
],
"authors": [
{
"gitHubAccount": "jerryyasir",
"company": "DXC Technology",
"pictureUrl": "https://github.com/jerryyasir.png",
"name": "Jerry Yasir",
"twitter": "jerryyasir"
}
],
"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"
}
]
}
]