0.1.4 • Published 3 years ago

react-hexagon-color-picker v0.1.4

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

react-hexagon-color-picker

Lightweight hexagon color picker for react (SVG)

Preview

import { HexagonalColorHue, HexagonalColorPicker } from "react-hexagon-color-picker";

<div style={{textAlign: "center", margin: 16}}>
	<div>
	    	<HexagonalColorPicker
			hue={_hue}
			color={_current_color}
			onColorChange={this._handle_current_color_change} // f("#444444")
			onColorClick={this._handle_color_menu_open}/> // f(event, "#444444")
	</div>
	<div style={{ margin: 16}}>
	    	<HexagonalColorHue
			hue={_hue}
			onHueChange={this._handle_hue_change}/> // f(345)
	</div>
</div>
0.1.4

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago