Skip to content

libin1991/react-input-color

 
 

Repository files navigation

react-input-color

React input color component with hsv color picker

The color picker is inspired by the sketch color picker

screenshot

Installation

npm install react-input-color --save

Demo

https://wangzuo.github.io/react-input-color

Usage

Check app.js for a working example.

var InputColor = require('react-input-color');

<InputColor
  value={this.state.color}
  defaultValue="#345678"
  onChange={this.handleChange} // change state.color in handleChange
/>

License

MIT

About

React input color component with hsv color picker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • CSS 26.9%
  • HTML 4.7%
  • Makefile 0.8%