Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elrumordelaluz/coloreact
A tiny Color Picker for React
https://github.com/elrumordelaluz/coloreact
Last synced: 13 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 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:04:10.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:16:34.529Z (6 months ago)
- Language: JavaScript
- Homepage: https://elrumordelaluz.github.io/coloreact/
- Size: 2.78 MB
- Stars: 88
- Watchers: 4
- 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. ![](https://img.shields.io/github/stars/elrumordelaluz/coloreact.svg?style=social&label=Star) (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)
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