1.1.1 • Published 7 years ago
react-colorizer v1.1.1
react-colorizer
A color picker for React and React Native.
Check out our app built on top of this component:
- Download from Google Play Store
Installation
yarn add react-colorizer
The Gist
import React from 'react';
import ReactDOM from 'react-dom';
import ColorPicker from 'react-colorizer';
import fullScheme, { HarmonyTypes } from 'color-harmony-generator';
const selectedScheme = HarmonyTypes.TRIAD;
function onColorChanged(color) {
const fullScheme = color.fullScheme(selectedScheme);
}
ReactDOM.render(
<ColorPicker
height={50}
color="#e56500"
width={255}
onColorChanged={onColorChanged}
/>,
document.getElementById('Container')
);
API
prop | type | default value |
---|---|---|
color | string | '#ff0000' |
height | number | |
width | number | |
onColorChanged | func | |
onColorChangeEnd | func | |
onColorChangeStart | func |
Want to contribute?
Please see CONTRIBUTING.md
License
MIT
1.1.1
7 years ago
1.1.0
7 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.1-rc.3
9 years ago
0.0.1-rc.2
9 years ago
0.0.1-rc.1
9 years ago
0.0.1-rc.0
9 years ago