# react-color
**Repository Path**: mirrors_JedWatson/react-color
## Basic Information
- **Project Name**: react-color
- **Description**: Color Pickers from Sketch, Photoshop, Chrome & more
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-09
- **Last Updated**: 2026-02-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# [React Color](http://casesandberg.github.io/react-color/)
* **7 Different Pickers** - Sketch, Photoshop, Chrome and many more
* **Popup or Block** - It can be used it as a popup or always visible
* **Make Your Own** - Use the building block components to make your own

## Installation & Usage
```sh
npm install react-color --save
```
### Include the Component
```js
var React = require('react');
var ColorPicker = require('react-color');
class Component extends React.Component {
render() {
return