updated readme

This commit is contained in:
Hugo Bernier 2023-04-02 21:22:30 -04:00
parent 695bb9b9bb
commit 5fa6f42ee1
1 changed files with 26 additions and 6 deletions

View File

@ -1,6 +1,7 @@
# IFramePanel Control in SPFx Web Part
## Summary
Simple sample how to implement IFramePanel control in SPFx webpart.
Simple sample how to implement IFramePanel control in SPFx web part.
from [https://pnp.github.io/sp-dev-fx-controls-react/controls/IFramePanel/](https://pnp.github.io/sp-dev-fx-controls-react/controls/IFramePanel/)
## Compatibility
@ -46,11 +47,6 @@ Version|Date|Comments
-------|----|--------
1.0|March 29, 2023|Initial release
## 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.**
---
## Minimal Path to Awesome
@ -63,3 +59,27 @@ Version|Date|Comments
- Add to AppCatalog and deploy
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). 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](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3A%22sample%3A%20react-spfx-control-iframepanel%22) to see if anybody else is having the same issues.
You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=react-spfx-control-iframepanel) and see what the community is saying.
If you encounter any issues using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected%2Csample%3A%20react-spfx-control-iframepanel&template=bug-report.yml&sample=react-spfx-control-iframepanel&authors=@ValerasNarbutas&title=react-spfx-control-iframepanel%20-%20).
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aquestion%2Csample%3A%20react-spfx-control-iframepanel&template=question.yml&sample=react-spfx-control-iframepanel&authors=@ValerasNarbutas&title=react-spfx-control-iframepanel%20-%20).
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aenhancement%2Csample%3A%20react-spfx-control-iframepanel&template=suggestion.yml&sample=react-spfx-control-iframepanel&authors=@ValerasNarbutas&title=react-spfx-control-iframepanel%20-%20).
## 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.**
<img src="https://m365-visitor-stats.azurewebsites.net/sp-dev-fx-webparts/samples/react-spfx-control-iframepanel" />