mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 06:25:01 +00:00
Updated readme and sample.json
This commit is contained in:
parent
e040a17e45
commit
1ab54751b9
50
samples/react-follow-document/Assets/sample.json
Normal file
50
samples/react-follow-document/Assets/sample.json
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "pnp-sp-dev-spfx-web-parts-react-follow-document",
|
||||||
|
"source": "pnp",
|
||||||
|
"title": "react-follow-document",
|
||||||
|
"shortDescription": "react-follow-document",
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-follow-document",
|
||||||
|
"longDescription": [
|
||||||
|
"identify/follow user key documents from all Tenant and easily access them in Modern Pages and Microsoft Teams"
|
||||||
|
],
|
||||||
|
"created": "2021-06-21",
|
||||||
|
"modified": "2021-06-21",
|
||||||
|
"products": [
|
||||||
|
"SharePoint",
|
||||||
|
"Office"
|
||||||
|
],
|
||||||
|
"metadata": [
|
||||||
|
{
|
||||||
|
"key": "CLIENT-SIDE-DEV",
|
||||||
|
"value": "React"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "SPFX-VERSION",
|
||||||
|
"value": "1.12.1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thumbnails": [
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"order": 100,
|
||||||
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-follow-document/assets/FollowDocumentSample1.gif?raw=true",
|
||||||
|
"alt": "react-follow-document"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"gitHubAccount": "aaclage",
|
||||||
|
"pictureUrl": "https://github.com/aaclage.png",
|
||||||
|
"name": "André Lage"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
@ -27,9 +27,15 @@ Usage of following Technologies:
|
|||||||
|
|
||||||
![image](./Assets/FollowDocumentSample1.gif)
|
![image](./Assets/FollowDocumentSample1.gif)
|
||||||
|
|
||||||
## Used SharePoint Framework Version
|
## Compatibility
|
||||||
|
|
||||||
|
![SPFx 1.12.1](https://img.shields.io/badge/SPFx-1.12.1-green.svg)
|
||||||
|
![Node.js LTS v14 | LTS v12 | LTS v10](https://img.shields.io/badge/Node.js-LTS%20v14%20%7C%20LTS%20v12%20%7C%20LTS%20v10-green.svg)
|
||||||
|
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
|
||||||
|
![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for Microsoft Teams")
|
||||||
|
![Workbench Local](https://img.shields.io/badge/Workbench-Local-yellow.svg)
|
||||||
|
|
||||||
|
|
||||||
![version](https://img.shields.io/npm/v/@microsoft/sp-component-base/latest?color=green)
|
|
||||||
|
|
||||||
## Applies to
|
## Applies to
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user