react-color-input
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i react-color-input

Weekly Downloads

4

Version

0.1.3

License

MIT

Last publish

Collaborators

  • pajn