1.0.4 • Published 3 years ago

irojs-react v1.0.4

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

iro.js react component

The iro.js color picker wrapped in a react component

preview

Here's a working demo

NPM JavaScript Style Guide build

Install

npm install --save irojs-react

Usage

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

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago