SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
flowerbot e6171db07b Update README.md 2022-08-01 11:24:32 +10:00
.vscode Initial commit 2022-06-24 08:14:28 +10:00
config Initial commit 2022-06-24 08:14:28 +10:00
images updated readme 2022-08-01 10:11:22 +10:00
src updated readme 2022-08-01 10:11:22 +10:00
teams Initial commit 2022-06-24 08:14:28 +10:00
.gitattributes Initial commit 2022-06-24 08:14:28 +10:00
.gitignore Initial commit 2022-06-24 08:14:28 +10:00
.npmignore Initial commit 2022-06-24 08:14:28 +10:00
.yo-rc.json Initial commit 2022-06-24 08:14:28 +10:00
LICENSE Initial commit 2022-06-24 08:14:28 +10:00
README.md Update README.md 2022-08-01 11:24:32 +10:00
gulpfile.js Initial commit 2022-06-24 08:14:28 +10:00
package-lock.json updated readme 2022-08-01 10:11:22 +10:00
package.json updated 2022-06-24 15:59:19 +10:00
tsconfig.json fully functioning 2022-06-30 10:16:32 +10:00
tslint.json Initial commit 2022-06-24 08:14:28 +10:00

README.md

palette-picker

Summary

Custom Property Pane pain resolved (whew), color palette generator inspired by Jhey. Built it to get an understanding of Property Pane Portal and cuz I want to eventually build in a dynamic palette generator/css reader for my web parts.

property pane view after save and refresh

Used SharePoint Framework Version

version

Applies to

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

Prerequisites

The standard stoic perserverance required for spFx development.

Solution

Solution Author(s)
react Palette Picker Web Part Linda K

Version history

Version Date Comments
1.0 August, 2022 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

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Features

Multi-parameter sliders* in property pane from react-range, dynamic colour updating, css snippet generation, apply colours to MS dropdown component options.

* PnP - please consider :)

This web part illustrates the following concepts:

  • custom property pane
  • dynamic css in spFx property pane
  • custom css colour on dropdown options

Share your web part with others through Microsoft 365 Patterns and Practices program to get visibility and exposure. More details on the community, open-source projects and other activities from http://aka.ms/m365pnp.

References