Mobile Nav Circle Dial
A production-scale, light + dark Mobile Nav Circle Dial component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add mobile-nav-circle-dialLive preview available in the gallery.
Usage
import { MobileNavCircleDial } from "@lerpa/ui";
<MobileNavCircleDial />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | DialItem[] | - | |
| radius | number | — | |
| arcAngle | number | — | |
| startAngle | number | — | |
| triggerIcon | React.ComponentType<{ className?: string }> | — | |
| triggerColorClass | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.