Popularity
9.2
Stable
Activity
0.0
Stable
11,825
82
899

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Latest version: v2.19.0

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?

Add another 'Color Picker' Library

README

React Color

Npm Version Build Status [License][license-url] Downloads

  • 13 Different Pickers - Sketch, Photoshop, Chrome and many more

  • Make Your Own - Use the building block components to make your own

Demo

Demo

Live 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.