Skip to content

crypto-red/react-hexagon-color-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Lightweight hexagon color picker for react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages