@myassir/react-color
v2.19.4
Published
A Collection of Color Pickers from Sketch, Photoshop, Chrome & more
Downloads
572
Maintainers
Readme
React Color Selector
13 Different Pickers - Sketch, Photoshop, Chrome and many more
Make Your Own - Use the building block components to make your own
Demo

Installation & Usage
npm install @myassir/react-color --saveInclude the Component
import React from 'react'
import { SketchPicker } from '@myassir/react-color'
class Component extends React.Component {
render() {
return <SketchPicker />
}
}You can import AlphaPicker BlockPicker ChromePicker CirclePicker CompactPicker GithubPicker HuePicker MaterialPicker PhotoshopPicker SketchPicker SliderPicker SwatchesPicker TwitterPicker respectively.
100% inline styles via ReactCSS
Credits
This package is originally a fork from react-color intended to fix the unresolved bugs & to add more features as the original project seems to be no more maintained.
