1.0.6 • Published 5 years ago

react-swatch-picker v1.0.6

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Polymer swatch picker clone in React and material-ui

Usage

Basic

    <SwatchPicker />

With pre selected color

    <SwatchPicker color="#1e88e5" />

With custom palette

    <SwatchPicker colorList="['#000', '#111', '#222',  '#333', '#444', '#555', '#666', '#777',  '#888', '#999', '#aaa', '#bbb', '#ccc',  '#ddd', '#eee', '#fff']" />

Listen for color selection

    <SwatchPicker onColorSelect={this.listener} />
1.0.8-rc.0

3 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 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