Mobile Nav Circle Dock
A production-scale, light + dark Mobile Nav Circle Dock component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add mobile-nav-circle-dockLive preview available in the gallery.
Usage
import { MobileNavCircleDock } from "@lerpa/ui";
<MobileNavCircleDock />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | CircleDockItem[] | — | |
| centerIcon | React.ReactNode | — | |
| centerLabel | string | — | |
| radius | number | — | |
| glowColor | string | — | |
| onCenterClick | () => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.