sp-dev-fx-webparts/samples/react-adaptive-card-host-co...
Hugo Bernier 8e6bd1404b Added web part to every sample 2024-04-18 01:51:29 -04:00
..
.devcontainer Added devcontainer and sample.json 2022-03-27 17:37:28 -04:00
assets Added web part to every sample 2024-04-18 01:51:29 -04:00
config Web Part demo for PnP Adaptive Card Host Control 2022-03-09 16:10:53 +01:00
src Web Part demo for PnP Adaptive Card Host Control 2022-03-09 16:10:53 +01:00
teams Web Part demo for PnP Adaptive Card Host Control 2022-03-09 16:10:53 +01:00
.gitignore Added devcontainer and sample.json 2022-03-27 17:37:28 -04:00
.npmignore Web Part demo for PnP Adaptive Card Host Control 2022-03-09 16:10:53 +01:00
.yo-rc.json Web Part demo for PnP Adaptive Card Host Control 2022-03-09 16:10:53 +01:00
README.md Updated links to devprogram 2024-02-06 11:16:44 -05:00
gulpfile.js Web Part demo for PnP Adaptive Card Host Control 2022-03-09 16:10:53 +01:00
package-lock.json Bump webpack-dev-middleware in /samples/react-adaptive-card-host-control 2024-03-23 21:16:36 +00:00
package.json Bump postcss and @microsoft/sp-build-web 2023-10-03 18:57:35 +00:00
tsconfig.json Web Part demo for PnP Adaptive Card Host Control 2022-03-09 16:10:53 +01:00
tslint.json Web Part demo for PnP Adaptive Card Host Control 2022-03-09 16:10:53 +01:00

README.md

https://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogram# Adaptive Card Host control

Summary

This web part provides an example of how to use the "AdaptiveCardHost" component present in the PnP React Controls library.

For more information about the component, please see the related page here: https://pnp.github.io/sp-dev-fx-controls-react/controls/AdaptiveCardHost/

Web Part in action

picture of the web part in action

Web Part in action as Teams Tab

picture of the web part in action as Teams Tab

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.14 Node.js v14 | v12 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Contributors

Version history

Version Date Comments
1.0 March 9, 2022 Initial release

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (react-adaptive-card-host-control, located under samples)
    • npm install
    • gulp serve

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

Features

This web part illustrates the following concepts:

  • how to use the PnP Adaptive Card Host component

References

Help

We do not support samples, but 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.