irojs-react
v1.0.4
Published
A react component wrapper for iro.js
Downloads
23
Maintainers
Readme
iro.js react component
The iro.js color picker wrapped in a react component

Here's a working demo
Install
npm install --save irojs-reactUsage
import React, { Component } from 'react'
import ColorPicker from 'irojs-react'
class Example extends Component {
render() {
return <ColorPicker setColor={(color) => console.log(color)} />
}
}License
MIT © basith374
