0.1.3 • Published 7 years ago

react-color-input v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

react-color-input

npm version License

A drop in color picker that is based on react-color.
It can be used as is as a component for react-form-helper.

Install

yarn add react-color-input
npm install --save react-color-input

Usage

import {ColorPicker} from 'react-color-input'

<ColorPicker
  label='Favorite color'
  value={color}
  onChange={setColor}
/>

License

react-color-input is dual-licensed under Apache 2.0 and MIT terms.