Color Swatch Picker
A Color Swatch Picker keeps color values in sync across React Aria color components. It makes building color pickers with custom layouts a breeze through composition.

Installation

In the terminal, run the following command to begin:
npx hq-kit add color-swatch-picker

Basic

Controlled

color: {"red":13,"green":110,"blue":253,"alpha":1}

Disabled

rgba(13, 110, 253, 1)