Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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