sp-dev-fx-webparts/samples/react-adaptive-cards-image-...
dependabot[bot] 02a7d1ab08
Bump word-wrap in /samples/react-adaptive-cards-image-gallery
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 21:15:23 +00:00
..
.devcontainer Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Updated code and instructions 2020-07-17 12:20:55 +00:00
sharepoint/assets Updated asset provisioning 2020-06-27 07:37:53 +00:00
src Updated code and instructions 2020-07-17 12:20:55 +00:00
teams Upgraded the solution to SPFx v1.10 2020-06-15 07:15:58 +00:00
.editorconfig Added sample react-adaptive-cards-image-gallery (#700) 2018-12-08 18:56:15 +02:00
.gitignore Added sample react-adaptive-cards-image-gallery (#700) 2018-12-08 18:56:15 +02:00
.yo-rc.json Upgraded the solution to SPFx v1.10 2020-06-15 07:15:58 +00:00
README.md Updated contributors for readmes 2023-03-15 00:11:27 -04:00
gulpfile.js Added sample react-adaptive-cards-image-gallery (#700) 2018-12-08 18:56:15 +02:00
package-lock.json Bump word-wrap in /samples/react-adaptive-cards-image-gallery 2023-07-20 21:15:23 +00:00
package.json Bump debug, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench 2023-01-12 08:47:53 -05:00
tsconfig.json Upgraded the solution to SPFx v1.10 2020-06-15 07:15:58 +00:00
tslint.json Added sample react-adaptive-cards-image-gallery (#700) 2018-12-08 18:56:15 +02:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
React
11/28/2018 12:00:00 AM

Image Gallery Built with Adaptive Cards

Summary

This sample demonstrates the capability of using Adaptive Cards with SharePoint Framework. Adaptive cards are great fit for Bot, however they can be effectively used with SPFx to render the content. This web part helps to display the image gallery from SharePoint list.

Web part preview

When added to SharePoint site, the source list containing images information, number of images to display can be configured from web part properties. The sample also provisions the list called "Adaptive Card Images" which can be used as an example to start using the web part. SharePoint Run

SharePoint Asset

A SharePoint list (named "Adaptive Card Images") is provisioned to store the image information. The schema of the list is as below. List Schema

  • The "Image Link" column stores the url of image to be displayed in adaptive card.
  • The "Navigation URL" column represents the url to navigate by clicking on image in adaptive card.
  • The "Sort Order" column represents the order in which images to be displayed in adaptive card.

The solution also provisions sample data to the "Adaptive Card Images" list. List Sample Data

NPM Packages Used

Below NPM packages are used to develop this sample.

  1. sp-pnp-js (https://www.npmjs.com/package/sp-pnp-js)
  2. adaptivecards (https://www.npmjs.com/package/adaptivecards)

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.10 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Contributors

Version history

Version Date Comments
1.1.0 June 15, 2020 Upgrade to SPFx 1.10.0
1.0.0 November 28, 2018 Initial release

Prerequisites

  • SharePoint Online tenant
  • Site Collection created under the /sites/ or /

Minimal Path to Awesome

  • Clone this repository.
  • On the command prompt, navigate to the web part folder and execute:
  • npm i
  • gulp bundle --ship
  • gulp package-solution --ship
  • The package can be found at \react-adaptive-cards-image-gallery\sharepoint\solution\react-adaptive-cards-image-gallery.sppkg
  • Deploy the package to the app catalog.
  • Install the client-side solution to your SharePoint site.
  • Add web part to your SharePoint page named "Adaptive Cards Image Gallery".

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This sample web part shows how adaptive cards can be used effectively with SharePoint Framework to render an image gallery with data stored in a SharePoint list.

  • Integrating adaptive cards
  • Rendering image gallery
  • SharePoint assets provisioning
  • Creating extensible services
  • Using @sp-pnp-js
  • Using @adaptivecards

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.