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