Circular Radial Timeline
A production-scale, light + dark Circular Radial Timeline component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add circular-radial-timelineLive preview available in the gallery.
Usage
import { CircularRadialTimeline } from "@lerpa/ui";
<CircularRadialTimeline />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| steps | TimelineStep[] | — | |
| label | string | — | |
| defaultIndex | number | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.