BottomNavigation
v1.0.2Updated 20 Jul 2026Mobile-first bottom tab bar with fixed or inline placement, badges, and labels-when-active mode. Pair with mobile pages or sticky surfaces.
Preview
Live · 10 storiesFour TabsOpen ↗
▸Why this is recommendedbottom-navtabsmobilenavigation+3
BottomNavigation organised into tabs — four.
Recommended for+14
- ✓Mobile-first surfaces
- ✓Compact app shells
- ✓Companion app navigation
Tags+6
bottom-navtabsmobilenavigationmuistickyfour
Features+4
- Fixed bottom or inline placement
- Badge per tab
- Labels-always / labels-when-active modes
- Icon-only mode
- 3-5 tabs supported
- i18n: labels prop overrides the nav aria-label, badge-overflow text and the accessible-label templates ({label}/{count} tokens); merged over DEFAULT_BOTTOM_NAVIGATION_LABELS
Not recommended for−2
- ✕Desktop dashboards (use Sidebar)
- ✕Long nav menus (use Sidebar with sections)
Install
Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.
Usage
Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.
Props
PropTypeRequired
tabsTab list
yesvalueActive tab
—onValueChangeTab change callback
—showLabelsLabel visibility
—fixedFixed bottom positioning
—labelsOverride any built-in UI string (i18n): nav aria-label, badge overflow (99+), and the accessible-label templates {label} (has updates) / {label} ({count} new). Merged over DEFAULT_BOTTOM_NAVIGATION_LABELS
—