Category Navigation Bubble
A production-scale, light + dark Category Navigation Bubble component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add category-navigation-bubbleLive preview available in the gallery.
Usage
import { CategoryNavigationBubble } from "@lerpa/ui";
<CategoryNavigationBubble />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| categories | BubbleCategoryItem[] | — | |
| onSelect | (id: string) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.