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