Mobile Nav
navigationBottom navigation bar optimized for mobile with icon and label items.
Preview
No preview available
Check the code examples below.
Installation
npm install @launchapp/design-systemImport
import { MobileNav, MobileNavItem } from "@launchapp/design-system";Examples
Mobile bottom nav
<MobileNav> <MobileNavItem href="/" icon={<HomeIcon />} label="Home" isActive /> <MobileNavItem href="/explore" icon={<SearchIcon />} label="Explore" /> <MobileNavItem href="/profile" icon={<UserIcon />} label="Profile" /></MobileNav>Props
| Prop | Type | Default | Description |
|---|---|---|---|
children* | React.ReactNode | — | MobileNavItem elements. |