intraactive-framework-spfx-colorpicker
v1.1.9
Published
SPFx ColorPicker written in react
Downloads
8
Keywords
Readme
IntraActive Framework - SPFx Color Picker
IntraActive Framework's "Color Picker" package is a SPFx component used to select a HEX color
Installation
$ npm install intraactive-framework-spfx-colorpicker
Import
import IAColorPicker from 'intraactive-framework-spfx-colorpicker'
Usage
<IAColorPicker
color={[YOUR_DEFAULT_COLOR]}
label="[YOUR_LABEL]"
onChange={(color: string) => console.log (color)}
/>