App Bar

Web-app bottom bar with five labeled icon tabs and a primary indicator above the active one.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Nav25 } from "@/components/beste/piece/nav25";

<Nav25
  tabs={[
    {
      "label": "Home",
      "icon": "home"
    },
    {
      "label": "Explore",
      "icon": "explore",
      "active": true
    },
    {
      "label": "Inbox",
      "icon": "inbox"
    },
    {
      "label": "Alerts",
      "icon": "notifications"
    },
    {
      "label": "Me",
      "icon": "profile"
    }
  ]}
/>

More Nav pieces

View all Nav

Mobile tab bar with labeled icons, a raised center create button, and a rose unread counter badge.

Horizontal tabs with a thin bottom rail and a primary underline under the active label.

Segmented icon tabs inside a bordered tray, where the active tab flips to the foreground color.

Sidebar-style stack of icon + label rows where the active row gets a muted fill and bolder text.

Beste

Pill header with a menu button on the left, centered brand mark, and search and avatar actions right.

Workspace
Admin

Grouped sidebar menu with section labels, icon rows, optional counters, and a muted active state.