sp-dev-fx-webparts/samples/react-spfx-control-iframepanel
Hugo Bernier 72bb01cafc Updated links to devprogram 2024-02-06 11:16:44 -05:00
..
.devcontainer sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
assets Update sample.json 2023-07-17 17:46:40 -04:00
config sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
src sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
teams sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
.eslintrc.js sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
.gitignore sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
.npmignore sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
.yo-rc.json sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
README.md Updated links to devprogram 2024-02-06 11:16:44 -05:00
gulpfile.js sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
package-lock.json Bump fast-xml-parser and adaptive-expressions 2023-06-06 18:51:00 +00:00
package.json sample for Ifarmepanel 2023-03-29 17:08:52 +03:00
tsconfig.json sample for Ifarmepanel 2023-03-29 17:08:52 +03:00

README.md

IFramePanel Control in SPFx Web Part

Summary

Simple sample how to implement IFramePanel control in SPFx web part. from https://pnp.github.io/sp-dev-fx-controls-react/controls/IFramePanel/

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.

This sample is designed to be used in the following environments:

SPFx 1.16.0 Node.js v14 | v12 | v10 SharePoint Online Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

For more information about SPFx compatibility, please refer to https://aka.ms/spfx-matrix

Applies to

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

Prerequisites

Any special pre-requisites?

Preview

Preview

Contributors

Version history

Version Date Comments
1.0 March 29, 2023 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy

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

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 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.