https://github.com/elrumordelaluz/coloreact
  
  
    A tiny Color Picker for React 
    https://github.com/elrumordelaluz/coloreact
  
        Last synced: 18 days ago 
        JSON representation
    
A tiny Color Picker for React
- Host: GitHub
 - URL: https://github.com/elrumordelaluz/coloreact
 - Owner: elrumordelaluz
 - License: mit
 - Created: 2016-06-08T11:15:35.000Z (over 9 years ago)
 - Default Branch: master
 - Last Pushed: 2022-12-10T17:04:10.000Z (almost 3 years ago)
 - Last Synced: 2025-05-06T18:07:57.405Z (6 months ago)
 - Language: JavaScript
 - Homepage: https://elrumordelaluz.github.io/coloreact/
 - Size: 2.78 MB
 - Stars: 91
 - Watchers: 3
 - Forks: 10
 - Open Issues: 21
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-react-components - coloreact - A tiny Color Picker for React. (UI Components / Form Components)
 - awesome-react - coloreact - A tiny Color Picker for React.  (UI Components / Form Components)
 - awesome-list - coloreact - A tiny Color Picker for React. (Demos / Form Components)
 - awesome-react-components - coloreact - A tiny Color Picker for React. (UI Components / Form Components)
 - awesome-react-components - coloreact - A tiny Color Picker for React. (UI Components / Form Components)
 - awesome-react-components - coloreact - A tiny Color Picker for React. (UI Components / Form Components)
 - fucking-awesome-react-components - coloreact - A tiny Color Picker for React. (UI Components / Form Components)
 - awesome-react-components - coloreact - A tiny Color Picker for React. (UI Components / Form Components)
 
README
          # ColoReact
A tiny **Color Picker** for **React** [ [Demo](https://elrumordelaluz.github.io/coloreact/) ]
### Install
```
$ npm i --save coloreact
```
### How to use
```js
  import ColorPicker from 'coloreact';
  // ...
  return (
    
    );
  // ...
```
### Custom Parts
It is possible to create your own _ColorPicker_ using `Map` and `Slider`s.
```js
  import { Map, Slider } from 'coloreact';
  // ...
  return (
    
      
      
      
  // ...
```
### Examples
[Live examples](https://elrumordelaluz.github.io/coloreact/) | 
[Code](https://github.com/elrumordelaluz/coloreact/tree/master/examples)
```
$ npm start
# goto http://localhost:3040/
```
### License and Attribution
The project start as a derivate of the awesome [react-simple-colorpicker](https://github.com/WickyNilliams/react-simple-colorpicker) which is based on [react-colorpicker](https://github.com/stayradiated/react-colorpicker).  Licensed MIT.
### Docs 
coming soon