0.0.1 • Published 7 years ago

react-lab-color-picker v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Color-Picker for colors in LAB

Install

# via yarn
yarn add react-lab-color-picker

# via npm
npm install --save react-lab-color-picker

Usage

const onUpdate = function (labObj) { console.log(labObj); } // => {L: 28, a: -104, b: 4}

<LabColorPicker
  L={50}
  a={0}
  b={0}
  onUpdate={onUpdate}
/>

License

This component is available under MIT. See LICENSE for more details.

Thanks

Thanks to the react-component-boilerplate