SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
flowerbot 638b3992ae Initial commit 2022-06-24 08:14:28 +10:00
.vscode Initial commit 2022-06-24 08:14:28 +10:00
config Initial commit 2022-06-24 08:14:28 +10:00
src Initial commit 2022-06-24 08:14:28 +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 Initial commit 2022-06-24 08:14:28 +10:00
gulpfile.js Initial commit 2022-06-24 08:14:28 +10:00
package-lock.json Initial commit 2022-06-24 08:14:28 +10:00
package.json Initial commit 2022-06-24 08:14:28 +10:00
tsconfig.json Initial commit 2022-06-24 08:14:28 +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 to build in a dynamic palette generator/css reader for my web parts.

Used SharePoint Framework Version

version

Applies to

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

Prerequisites

Any special pre-requisites?

Solution

Solution Author(s)
folder name Author details (name, company, twitter alias with link)

Version history

Version Date Comments
1.1 March 10, 2021 Update comment
1.0 January 29, 2021 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

Include any additional steps as needed.

Features

Next step is see if I can make prism work with it (as per inspiring example), and then to have the generated colors applied to web part elements.

[picture of the solution in action, if possible]

This web part illustrates the following concepts:

  • custom property pane
  • dynamic css in spFx property pane (and later beyond)
  • topic 3

Notice that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions advance.

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