Skip to content

basith374/irojs-react

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published