https://github.com/beanloop/react-color-input
A drop in color picker
https://github.com/beanloop/react-color-input
color-input color-picker react react-color
Last synced: 3 months ago
JSON representation
A drop in color picker
- Host: GitHub
- URL: https://github.com/beanloop/react-color-input
- Owner: beanloop
- License: apache-2.0
- Created: 2017-01-11T12:05:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T14:48:52.000Z (about 8 years ago)
- Last Synced: 2025-02-05T12:16:33.849Z (4 months ago)
- Topics: color-input, color-picker, react, react-color
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# react-color-input
[](https://badge.fury.io/js/react-color-input)
[](http://doge.mit-license.org)A drop in color picker that is based on [react-color](https://casesandberg.github.io/react-color/).
It can be used as is as a component for [react-form-helper](https://github.com/beanloop/react-form-helper).## Install
```
yarn add react-color-input
npm install --save react-color-input
```## Usage
```typescript
import {ColorPicker} from 'react-color-input'```
## License
react-color-input is dual-licensed under Apache 2.0 and MIT terms.