Mobile tab bar with labeled icons, a raised center create button, and a rose unread counter badge.
New here? Read the installation guide.
import { Nav19 } from "@/components/beste/piece/nav19";
<Nav19
tabs={[
{
"label": "Home",
"icon": "home",
"active": true
},
{
"label": "Search",
"icon": "search"
},
{
"label": "",
"icon": "plus"
},
{
"label": "Inbox",
"icon": "bell",
"badge": 3
},
{
"label": "Profile",
"icon": "user"
}
]}
/>Sidebar-style stack of icon + label rows where the active row gets a muted fill and bolder text.
Horizontal tabs with a thin bottom rail and a primary underline under the active label.
Four-tab navigation pill that expands the active tab to show its label, with a count badge on alerts.