Color Picker

An interactive color picker component built with React Colorful, featuring RGB, HSV, and hex color support. Includes color panel selection, hue slider, hex input field, clipboard integration, and eyedropper tool for precise color selection.

This interactive color picker component demonstrates advanced color selection with React Colorful integration, perfect for design tools, theme customizers, and web applications requiring precise color management.

Raws

The raw color picker implementation provides essential color selection functionality with RGB, HSV, and hex support, ideal for developers seeking lightweight color picker solutions.

Installation

npx uilayouts@latest add color-picker

Props

PropsTypeDefaultDescription
colorstringThe current color value.
onChange(color: string) => voidCallback fired when the color is changed.
labelstringLabel displayed above the color picker.
isEyeDroppperbooleanfalseWhether to enable the eyedropper feature.
classNamestringfalseWhether to enable the eyedropper feature.