1.0.9 • Published 6 years ago

react-circle-color-picker v1.0.9

Weekly downloads
8
License
ISC
Repository
-
Last release
6 years ago

React Circle Color Picker

An simple react component for select multiple colors

Installation & Usage

npm install react-circle-color-picker --save

Include the Component

import React from 'react'
import ReactCircleColorPicker from 'react-circle-color-picker'

class Component extends React.Component {

  render() {
    return <ReactCircleColorPicker colors={[{ hex: '#84947F', selected: true }, { hex: '#E53B2C', selected: false }]} />
  }
}
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago