1.2.0 • Published 5 years ago

intraactive-framework-spfx-colorpicker2 v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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)} 
/>