From a229cc5a319d57285c60d2cebb9a8feaafdfdd2b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 29 Sep 2024 00:50:47 +0000 Subject: [PATCH] Update samples.json in gh-pages branch --- samples.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/samples.json b/samples.json index d3fcc6371..9bfc50afd 100644 --- a/samples.json +++ b/samples.json @@ -14912,6 +14912,54 @@ } ] }, + { + "name": "pnp-sp-dev-spfx-web-parts-react-enhanced-button", + "source": "pnp", + "title": "Enhanced Button", + "shortDescription": "Extends the functionality of the native button web part.", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-button", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-button", + "longDescription": [ + "The Enhanced Button Web Part is a custom SharePoint web part that extends the functionality of the native button web part. It provides additional configuration options to create more customizable and flexible buttons within your SharePoint pages." + ], + "creationDateTime": "2024-09-01", + "updateDateTime": "2024-09-01", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.19.0" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-enhanced-button/assets/app.jpeg", + "alt": "Web Part Preview" + } + ], + "authors": [ + { + "gitHubAccount": "AriGunawan", + "pictureUrl": "https://github.com/AriGunawan.png", + "name": "Ari Gunawan" + } + ], + "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" + } + ] + }, { "name": "pnp-sp-dev-spfx-web-parts-react-enhanced-list-formatting", "source": "pnp",