<ColorPicker>
for material-ui
ColorPicker based on <TextField />
and <ChromePicker />
from react-color
and its redux-form field component.
Demo
https://material-ui-color-picker.now.sh/
Installation
For material-ui (v1):
npm install --save material-ui-color-picker
Usage
<ColorPicker name='color' defaultValue='#000' // value={this.state.color} - for controlled component onChange= console />
Redux-form field
;;; ...<Field name="color" component=ColorPickerField/>...
There is not so much properties at this time. The was very quickly designed for my needs. Feel free to submit a PR with new features ;)
License
This library is licensed under the MIT Licence, and sponsored by iGLOO.