Floating Action Bubble Nav
A production-scale, light + dark Floating Action Bubble Nav component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add floating-action-bubble-navLive preview available in the gallery.
Usage
import { FloatingActionBubbleNav } from "@lerpa/ui";
<FloatingActionBubbleNav />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| onActionSelect | (action: string) => void | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.