ColorPicker

A color input: a ColorPalette with an optional hex text field, sharing a single bound value.

Structure

<ColorPicker>
	<ColorPalette />
	<ColorPickerInput />
</ColorPicker>

With no children, the palette and input are rendered automatically. Compose them explicitly to target each one with its own props and styling.

Demo