107 lines
4.2 KiB
JSON
107 lines
4.2 KiB
JSON
[
|
|
{
|
|
"name": "pnp-sp-dev-spfx-web-parts-react-list-items-menu",
|
|
"source": "pnp",
|
|
"title": "List Items Menu",
|
|
"shortDescription": "Allows user create a navigation menu , grouped by any column of document library. When the user clicks on the header it dynamically load documents.",
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-list-items-menu",
|
|
"longDescription": [
|
|
"Allows user create a navigation menu , grouped by any column of document library. When the user clicks on the header it dynamically load documents."
|
|
],
|
|
"creationDateTime": "2021-02-18",
|
|
"updateDateTime": "2021-10-31",
|
|
"products": [
|
|
"SharePoint"
|
|
],
|
|
"metadata": [
|
|
{
|
|
"key": "CLIENT-SIDE-DEV",
|
|
"value": "React"
|
|
},
|
|
{
|
|
"key": "SPFX-VERSION",
|
|
"value": "1.13.0"
|
|
},
|
|
{
|
|
"key": "SPFX-SUPPORTSTHEMEVARIANTS",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"key": "SPFX-TEAMSTAB",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"key": "SPFX-TEAMSPERSONALAPP",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"key": "PNPCONTROLS",
|
|
"value": "PropertyFieldListPicker, PropertyFieldMessage, PropertyFieldSpinner"
|
|
},
|
|
{
|
|
"key": "REACT-HOOKS",
|
|
"value": "true"
|
|
}
|
|
],
|
|
"thumbnails": [
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-list-items-menu/assets/ListMenuDocs.gif",
|
|
"alt": "List Items Menu"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 101,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-list-items-menu/assets/reactListItems1.JPG?raw=true",
|
|
"alt": "List Items Menu"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 102,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-list-items-menu/assets/reactListItems2.JPG?raw=true",
|
|
"alt": "List Items Menu"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 103,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-list-items-menu/assets/reactListItems3.JPG?raw=true",
|
|
"alt": "List Items Menu"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"gitHubAccount": "joaojmendes",
|
|
"company": "Storm Technology Ltd",
|
|
"pictureUrl": "https://github.com/joaojmendes.png",
|
|
"name": "Jo\u00E3o Mendes",
|
|
"twitter": "joaojmendes"
|
|
},
|
|
{
|
|
"gitHubAccount": "mohammadamer",
|
|
"company": "Atea Global Services",
|
|
"pictureUrl": "https://avatars.githubusercontent.com/u/19314043?s=460&u=79acb7fd0ad466e1040ddd8a739fa93385018b81&v=4",
|
|
"name": "Mohammed Amer",
|
|
"twitter": "Mohammad3mer"
|
|
}
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Supporting section backgrounds",
|
|
"description": "Starting with SharePoint Framework v1.8, web parts can be made aware of any section backgrounds and use these colors to improve the appearance of a web part when hosted in a section with a different background.",
|
|
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/guidance/supporting-section-backgrounds"
|
|
},
|
|
{
|
|
"name": "Building Microsoft Teams Tabs using SharePoint Framework",
|
|
"description": "Starting with SharePoint Framework v1.8, you can build tabs for Microsoft Teams with the SharePoint Framework tooling and use SharePoint as a host for your solutions. As part of the SharePoint Framework v1.10 you can also publish your solution as Microsoft Teams personal app.",
|
|
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/integrate-with-teams-introduction"
|
|
}
|
|
]
|
|
}
|
|
]
|