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