52 lines
1.9 KiB
JSON
52 lines
1.9 KiB
JSON
[
|
|
{
|
|
"name": "pnp-sp-dev-spfx-web-parts-jquery-cdn",
|
|
"source": "pnp",
|
|
"title": "Using jQuery loaded from CDN",
|
|
"shortDescription": "This is a sample web Part that illustrates the use of jQuery and its plugins loaded from CDN for building SharePoint Framework client-side web parts.",
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/jquery-cdn",
|
|
"longDescription": [
|
|
"This is a sample web Part that illustrates the use of jQuery and its plugins loaded from CDN for building SharePoint Framework client-side web parts."
|
|
],
|
|
"creationDateTime": "2016-09-16",
|
|
"updateDateTime": "2016-09-16",
|
|
"products": [
|
|
"SharePoint"
|
|
],
|
|
"metadata": [
|
|
{
|
|
"key": "CLIENT-SIDE-DEV",
|
|
"value": "jQuery"
|
|
},
|
|
{
|
|
"key": "SPFX-VERSION",
|
|
"value": "drop2"
|
|
}
|
|
],
|
|
"thumbnails": [
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/jquery-cdn/assets/preview_weather.png",
|
|
"alt": "Using jQuery loaded from CDN"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"gitHubAccount": "waldekmastykarz",
|
|
"company": "Microsoft",
|
|
"pictureUrl": "https://github.com/waldekmastykarz.png",
|
|
"name": "Waldek Mastykarz",
|
|
"twitter": "waldekm"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|