Bottom Navigation Pill
A production-scale, light + dark Bottom Navigation Pill component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add bottom-navigation-pillLive preview available in the gallery.
Usage
import { BottomNavigationPill } from "@lerpa/ui";
<BottomNavigationPill />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | NavigationPillItem[] | - | |
| activeId | string | - | |
| onChange | (id: string) => void | - | |
| floating | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.