A drop in color picker that is based on react-color.
It can be used as is as a component for react-form-helper.
yarn add react-color-input
npm install --save react-color-input
import {ColorPicker} from 'react-color-input'
<ColorPicker
label='Favorite color'
value={color}
onChange={setColor}
/>
react-color-input is dual-licensed under Apache 2.0 and MIT terms.