Get your own free development tenant by subscribing to Microsoft 365 developer program
The React-PPP-HTML sample showcases the use of the Property Pane Portal to display HTML controls in the SPFx Property Pane.
Solution | Author(s) |
---|---|
React-PPP-HTML | Christophe Humbert |
Version | Date | Comments |
---|---|---|
0.1.0 | January 17, 2022 |
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.
- Clone this repository
- Ensure that you are at the solution folder
- in the command-line run:
- npm install
- gulp serve
This sample showcases the use of HTML controls in the SPFx Property Pane, without the need to build SPFx custom controls.
Implementations:
- Color picker
- Date pickers, with Start <= End
- Range slider
- Text box with URL validation
- Cascading selects
- Checkbox styled as toggle button
- Getting started with SharePoint Framework
- Building for Microsoft teams
- Use Microsoft Graph in your solution
- Publish SharePoint Framework applications to the Marketplace
- Microsoft 365 Patterns and Practices - Guidance, tooling, samples and open-source controls for your Microsoft 365 development