1.0.5 • Published 4 years ago

react-color-hook v1.0.5

Weekly downloads
55
License
MIT
Repository
github
Last release
4 years ago

React-color-hook NPM Status Build Status codecov Vulnerabilities

Color picker based on https://github.com/casesandberg/react-color Wrote in React Hooks

Style Guide

Development

npm start

Dev Styleguide

npm run doc

Build project

npm run lib

Test

npm test

Examples

Original: http://casesandberg.github.io/react-color/#examples
replace
import { ChromePicker } from 'react-color'
to
import { ChromePicker } from "react-color-hook";