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