Gesture Color Palette Scrubber
A production-scale, light + dark Gesture Color Palette Scrubber component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add gesture-color-palette-scrubberLive preview available in the gallery.
Usage
import { GestureColorPaletteScrubber } from "@lerpa/ui";
<GestureColorPaletteScrubber />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| onSelect | (hex: string) => void | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.