build69
build69  /  Components  /  Navigation  /  AppBarPills

AppBarPills

v1.0.8Updated 27 Aug 2026

Modern SaaS light top bar with a centered segmented-pill nav (active pill filled), brand, and a right cluster (+New, avatar).

Preview

Live · 6 stories
Segmented pillsOpen ↗
Why this is recommendedheaderappbartopbarpills+5

AppBarPills — segmented pills.

Recommended for+14
  • Modern SaaS product headers
  • A small set of top-level sections shown as segmented pills
  • Light-surface app shells with a prominent +New action
Tags+6
headerappbartopbarpillssegmentedshellnavigationsaaslight
Features+4
  • Centered segmented-pill nav (rounded-full group, active pill filled)
  • Right cluster: +New (split) + avatar menu
  • Light bg-background surface with bottom border
  • Data-driven, SSR-safe, keyboard-accessible, className + data-slot passthrough
Not recommended for−2
  • Many sections or dropdown menus (use AppBar)
  • Primary vertical navigation (use Sidebar)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "AppBarPills" })

Usage

import { AppBarPills } from '@build69/ui';

<AppBarPills brand={brand} tabs={tabs} newAction={{ label: 'New' }} user={user} />

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
brand

Logo chip + wordmark

AppBarBrand
tabs

Segmented-pill nav items

AppBarTab[]
newAction

+New button (plain or split menu)

AppBarNewAction
user

Avatar dropdown menu

AppBarUser
sticky

Position sticky top-0 z-40 (default true)

boolean

Related