react-color alternatives and similar libraries
Based on the "Color Picker" category.
Alternatively, view react-color alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of react-color or a related project?
README
React Color
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 react-color --save
Include the Component
import React from 'react'
import { SketchPicker } from '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
*Note that all licence references and agreements mentioned in the react-color README section above
are relevant to that project's source code only.