reactColorPicker
A light and simple color picker for react.
Installation
npm install reactColorPicker --save
or
yarn add reactColorPicker
Usage
;; Component { superprops; thissetColor = thissetColor; thisstate = RGB: 0 0 0 HSL: 360 1 0 HEX: '#000' } // Execute this method every time a color is picked { this; console } {return <div> <h2 style=color: thisstateHEX> Please pick your color: </h2> <Picker getValue=thissetColor/> </div> }