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

67 lines
2.9 KiB
JSON
Raw Normal View History

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-teams-conversationview",
"source": "pnp",
"title": "Teams Tab Conversation View",
"shortDescription": "Displays Microsoft Teams channels conversations in a simpler way which makes easy to search and filters the new conversations and its replies",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-teams-conversationview",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-teams-conversationview",
"longDescription": [
"Displays Microsoft Teams channels conversations in a simpler way which makes easy to search and filters the new conversations and its replies"
],
"creationDateTime": "2023-03-11",
"updateDateTime": "2023-03-11",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.16.1"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-teams-conversationview/assets/1.png",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-teams-conversationview/assets/2.png",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 102,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-teams-conversationview/assets/3.png",
"alt": "Web Part Preview"
}
],
"authors": [
{
"gitHubAccount": "siddharth-vaghasia",
"pictureUrl": "https://github.com/siddharth-vaghasia.png",
"name": "Siddharth Vaghasia"
},
{
"gitHubAccount": "kunj-sangani",
"name": "Kunj Sangani",
"pictureUrl": "https://github.com/kunj-sangani.png"
}
],
"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"
}
]
}
]