Docs / Components

SenseColorPickerComponent

Hue slider color picker with hex output and forms CVA support from @artificialsenselabs/ui.

Live demo: run nx serve showcase and open /components/color-picker (port 4202).

Overview

Category: Form controls. Selector: sense-color-picker. Import: import { SenseColorPickerComponent } from '@artificialsenselabs/ui';

Accessibility

  • Trigger button exposes the current color value in its accessible name.
  • Hue slider uses role="slider" with keyboard arrow adjustments.
  • Panel closes on Escape and returns focus to the trigger.