build69
build69  /  Components  /  Navigation  /  AppBarCommand

AppBarCommand

v1.0.8Updated 27 Aug 2026

Command-first light top bar (Linear / Vercel) — brand, a large centered ⌘K command/search button, and a compact right cluster. Light surface.

Preview

Live · 6 stories
Command-firstOpen ↗
Why this is recommendedheaderappbartopbarcommand+7

AppBarCommand — command first.

Recommended for+14
  • Command-palette-driven apps (Linear/Vercel style)
  • Minimal light product headers
  • Products where search/jump is the main nav
Tags+6
headerappbartopbarcommandsearchshellnavigationlinearvercellightfirst
Features+4
  • Large centered ⌘K command/search button as the primary action
  • Minimal light bg-background surface with bottom border
  • Compact right cluster: notifications, avatar menu
  • Data-driven, SSR-safe, keyboard-accessible, className + data-slot passthrough
Not recommended for−2
  • Menu-heavy ERP shells (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: "AppBarCommand" })

Usage

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

<AppBarCommand brand={brand} onSearch={openCommandK} 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
onSearch

Opens the command/search palette (⌘K)

() => void
notifications

Notifications bell + count

AppBarNotifications
user

Avatar dropdown menu

AppBarUser
sticky

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

boolean

Related