Getting StartedComponentsDesign TokensThemingTheme SynthesizerFrameworksAccessibilityUtilitiesServer RenderingBrowser SupportContributingChangelog App ShellAspect GridAuth ShellCenterClusterContainerDashboard GridDockFloat BarInsetMasonryPage HeaderPage LayoutResizableResponsive SwitcherSectionSettings LayoutSplit PaneStatus BarStickyToolbar Anchor NavBottom NavBreadcrumbBreadcrumb MenuCommand BarDrawerFooterLinkMenubarNavigation MenuPage IndicatorPaginationRailScroll IndicatorScroll SpyScroll To TopSidebarSkip LinkSpeed DialStepper NavTabsTop BarTree View AccordionAspect RatioAvatarAvatar GroupCalloutCardCarouselCollapsibleColor SwatchCTA BannerDividerEmpty StateFeature CardIconImageImage CompareImage HotspotsInfinite ScrollLightboxMarqueeQR CodeScroll AreaSeparatorSkeletonSpinnerStackVideoVirtual List Activity HeatmapAnimated NumberBadgeChartClockComparisonCountdown TimerData GridData TableDescription ListDiffEvent CalendarGaugeJSON TreeKanbanKey ValueLevel MeterListMeterSparklineStatStepperTableTagTimelineUptimeValue CardWaveform BlockquoteCode BlockGradient TextHighlightKbdKeyboard MapMarkdownNumber FormatProseTerminalTextTime AgoTruncateTypewriter ButtonButton GroupCalendarCheckboxChipColor PickerComboboxCopy ButtonDate PickerDate Range PickerFieldsetFile UploadFormHotkeyIcon ButtonImage CropperInline EditInputInput GroupKnobLabelMasked InputMulti SelectNumber InputOTP InputPassword InputPin InputRadio GroupRange SliderRatingSearchSegmented ControlSelectSignature PadSliderSortable ListSwitch GroupTag InputTextareaTheme ToggleTime PickerToggleTransfer ListTree Select AlertAnnouncementBannerCommand PaletteConfirmConnection StatusContext MenuConversationDialogDropdown MenuGuided TourHover CardInline MessageLoading OverlayModalNotification PanelPopoverProgressProgress ToastSheetSnackbarSpotlightToastTooltip
ARC UI ARC Radiant Components
v3.2 Docs Components Tokens Synthesizer
Getting StartedFrameworksServer Rendering Design TokensThemingTheme SynthesizerTypographyUtilities All ComponentsAccessibilityBrowser SupportChangelogContributingStats App ShellAspect GridAuth ShellCenterClusterContainerDashboard GridDockFloat BarInsetMasonryPage HeaderPage LayoutResizableResponsive SwitcherSectionSettings LayoutSplit PaneStatus BarStickyToolbar Anchor NavBottom NavBreadcrumbBreadcrumb MenuCommand BarDrawerFooterLinkMenubarNavigation MenuPage IndicatorPaginationRailScroll IndicatorScroll SpyScroll To TopSidebarSkip LinkSpeed DialStepper NavTabsTop BarTree View AccordionAspect RatioAvatarAvatar GroupCalloutCardCarouselCollapsibleColor SwatchCTA BannerDividerEmpty StateFeature CardIconImageImage CompareImage HotspotsInfinite ScrollLightboxMarqueeQR CodeScroll AreaSeparatorSkeletonSpinnerStackVideoVirtual List Activity HeatmapAnimated NumberBadgeChartClockComparisonCountdown TimerData GridData TableDescription ListDiffEvent CalendarGaugeJSON TreeKanbanKey ValueLevel MeterListMeterSparklineStatStepperTableTagTimelineUptimeValue CardWaveform BlockquoteCode BlockGradient TextHighlightKbdKeyboard MapMarkdownNumber FormatProseTerminalTextTime AgoTruncateTypewriter ButtonButton GroupCalendarCheckboxChipColor PickerComboboxCopy ButtonDate PickerDate Range PickerFieldsetFile UploadFormHotkeyIcon ButtonImage CropperInline EditInputInput GroupKnobLabelMasked InputMulti SelectNumber InputOTP InputPassword InputPin InputRadio GroupRange SliderRatingSearchSegmented ControlSelectSignature PadSliderSortable ListSwitch GroupTag InputTextareaTheme ToggleTime PickerToggleTransfer ListTree Select AlertAnnouncementBannerCommand PaletteConfirmConnection StatusContext MenuConversationDialogDropdown MenuGuided TourHover CardInline MessageLoading OverlayModalNotification PanelPopoverProgressProgress ToastSheetSnackbarSpotlightToastTooltip

Top Bar

Fixed header bar that anchors every page with a brand slot on the left, an optional center navigation area, and a right-aligned actions region for user controls, search, and settings.

Components Top Bar
navigation hybrid
<arc-top-bar>

Overview

TopBar is the persistent horizontal header that sits at the top of every page in an ARC UI application. It provides three clearly defined regions — brand, center, and actions — that map to the universal header pattern found in virtually every modern web app: logo on the left, navigation in the middle, and user controls on the right. The component is designed to work hand-in-hand with AppShell and Sidebar. When nested inside an AppShell via the `top-bar` slot, it automatically spans the full viewport width and stays fixed at the top of the page while the content below scrolls. On mobile viewports, a hamburger menu button appears automatically, dispatching an `arc-sidebar-toggle` event that AppShell listens for to open or close the Sidebar overlay. Use TopBar whenever your application needs a consistent, recognizable header. It handles responsive behavior out of the box: the brand slot collapses gracefully, the center slot hides on narrow screens, and the actions slot remains accessible at every breakpoint. The `fixed` property pins the bar to the viewport so content scrolls underneath it, which is the recommended default for most dashboard and documentation layouts.

Guidelines

When to use

  • Place TopBar inside an AppShell top-bar slot for automatic fixed positioning and sidebar coordination
  • Keep the heading short — one or two words that identify the application
  • Use the logo slot to place an SVG or image mark next to the heading text
  • Put primary navigation links in the center slot for desktop layouts
  • Reserve the actions slot for user-facing controls: avatar, settings, notifications, sign-in
  • Set the fixed property when the page content is scrollable and the header should stay visible
  • Listen for the arc-sidebar-toggle event to synchronize sidebar open/close state

When not to use

  • Do not Stack multiple TopBars on the same page — use one per application shell
  • Do not put long text or paragraphs in the heading prop; it is meant for a brand name only
  • Do not place form elements or search inputs in the brand area; use the center or actions slot instead
  • Do not rely solely on the hamburger button for primary navigation on desktop — it is hidden above 768px
  • Do not override the z-index without checking that modals and drawers still layer correctly
  • Do not omit the heading entirely without providing a logo slot — the brand region should never be empty

Features

  • Three named slots (logo, center, actions) for flexible header composition
  • Fixed positioning mode that pins the bar to the top of the viewport
  • Built-in responsive hamburger menu button that appears on mobile breakpoints
  • Fires `arc-sidebar-toggle` custom event for Sidebar integration
  • Brand region with accent typography, letter-spacing, and uppercase treatment
  • Seamless integration with AppShell via the top-bar slot
  • CSS custom property theming through design tokens (`--bg-deep`, `--border-subtle`, `--nav-height`)
  • Shadow DOM part attributes (topbar, brand, center, menu-btn) for external styling
  • Accessible `aria-label` and `aria-expanded` on the mobile menu toggle

Preview

Usage

Layout and styling work without JavaScript via the HTML/CSS versions. Interactive features like events and state management require the Web Component or a framework wrapper.

<script type="module" src="@arclux/arc-ui"></script>

<arc-top-bar heading="Arclight">
  <svg slot="logo" width="28" height="28" viewBox="0 0 28 28" fill="none">
    <circle cx="14" cy="14" r="13" stroke="currentColor" stroke-width="2"/>
    <path d="M9 18l5-10 5 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
    <line x1="10.5" y1="15" x2="17.5" y2="15" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
  </svg>
  <nav slot="center" style="display:flex;gap:24px;">
    <arc-link href="#">Dashboard</arc-link>
    <arc-link href="#">Projects</arc-link>
    <arc-link href="#">Settings</arc-link>
  </nav>
  <div slot="actions" style="display:flex;align-items:center;gap:12px;">
    <arc-icon-button name="gear" variant="ghost" size="sm" label="Settings"></arc-icon-button>
    <arc-avatar size="sm" initials="JD" aria-label="Jane Doe"></arc-avatar>
  </div>
</arc-top-bar>
import { Avatar, IconButton, Link, TopBar } from '@arclux/arc-ui-react';

export function AppHeader() {
  return (
    <TopBar heading="Arclight">
      <svg slot="logo" width="28" height="28" viewBox="0 0 28 28" fill="none">
        <circle cx="14" cy="14" r="13" stroke="currentColor" strokeWidth="2"/>
        <path d="M9 18l5-10 5 10" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"/>
        <line x1="10.5" y1="15" x2="17.5" y2="15" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
      </svg>
      <nav slot="center" style={{ display: 'flex', gap: 24 }}>
        <Link href="#">Dashboard</Link>
        <Link href="#">Projects</Link>
        <Link href="#">Settings</Link>
      </nav>
      <div slot="actions" style={{ display: 'flex', alignItems: 'center', gap: 12 }}>
        <IconButton icon="settings" variant="ghost" size="sm" aria-label="Settings" />
        <Avatar size="sm" initials="JD" aria-label="Jane Doe" />
      </div>
    </TopBar>
  );
}
<script setup>
import { Avatar, IconButton, Link, TopBar } from '@arclux/arc-ui-vue';
</script>

<template>
  <TopBar heading="Arclight">
    <svg slot="logo" width="28" height="28" viewBox="0 0 28 28" fill="none">
      <circle cx="14" cy="14" r="13" stroke="currentColor" stroke-width="2"/>
      <path d="M9 18l5-10 5 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      <line x1="10.5" y1="15" x2="17.5" y2="15" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
    </svg>
    <nav slot="center" style="display:flex;gap:24px;">
      <Link href="#">Dashboard</Link>
      <Link href="#">Projects</Link>
      <Link href="#">Settings</Link>
    </nav>
    <div slot="actions" style="display:flex;align-items:center;gap:12px;">
      <IconButton icon="settings" variant="ghost" size="sm" aria-label="Settings" />
      <Avatar size="sm" initials="JD" aria-label="Jane Doe" />
    </div>
  </TopBar>
</template>
<script>
  import { Avatar, IconButton, Link, TopBar } from '@arclux/arc-ui-svelte';
</script>

<TopBar heading="Arclight">
  <svg slot="logo" width="28" height="28" viewBox="0 0 28 28" fill="none">
    <circle cx="14" cy="14" r="13" stroke="currentColor" stroke-width="2"/>
    <path d="M9 18l5-10 5 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
    <line x1="10.5" y1="15" x2="17.5" y2="15" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
  </svg>
  <nav slot="center" style="display:flex;gap:24px;">
    <Link href="#">Dashboard</Link>
    <Link href="#">Projects</Link>
    <Link href="#">Settings</Link>
  </nav>
  <div slot="actions" style="display:flex;align-items:center;gap:12px;">
    <IconButton icon="settings" variant="ghost" size="sm" aria-label="Settings" />
    <Avatar size="sm" initials="JD" aria-label="Jane Doe" />
  </div>
</TopBar>
import { Component } from '@angular/core';
import { Avatar, IconButton, Link, TopBar } from '@arclux/arc-ui-angular';

@Component({
  imports: [Avatar, IconButton, Link, TopBar],
  template: `
    <arc-top-bar heading="Arclight">
      <svg slot="logo" width="28" height="28" viewBox="0 0 28 28" fill="none">
        <circle cx="14" cy="14" r="13" stroke="currentColor" stroke-width="2"/>
        <path d="M9 18l5-10 5 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
        <line x1="10.5" y1="15" x2="17.5" y2="15" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
      </svg>
      <nav slot="center" style="display:flex;gap:24px;">
        <arc-link href="#">Dashboard</arc-link>
        <arc-link href="#">Projects</arc-link>
        <arc-link href="#">Settings</arc-link>
      </nav>
      <div slot="actions" style="display:flex;align-items:center;gap:12px;">
        <arc-icon-button icon="settings" variant="ghost" size="sm" aria-label="Settings" />
        <arc-avatar size="sm" initials="JD" aria-label="Jane Doe" />
      </div>
    </arc-top-bar>
  `,
})
export class AppHeaderComponent {}
import { Avatar, IconButton, Link, TopBar } from '@arclux/arc-ui-solid';

export function AppHeader() {
  return (
    <TopBar heading="Arclight">
      <svg slot="logo" width="28" height="28" viewBox="0 0 28 28" fill="none">
        <circle cx="14" cy="14" r="13" stroke="currentColor" stroke-width="2"/>
        <path d="M9 18l5-10 5 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
        <line x1="10.5" y1="15" x2="17.5" y2="15" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
      </svg>
      <nav slot="center" style={{ display: 'flex', gap: '24px' }}>
        <Link href="#">Dashboard</Link>
        <Link href="#">Projects</Link>
        <Link href="#">Settings</Link>
      </nav>
      <div slot="actions" style={{ display: 'flex', 'align-items': 'center', gap: '12px' }}>
        <IconButton icon="settings" variant="ghost" size="sm" aria-label="Settings" />
        <Avatar size="sm" initials="JD" aria-label="Jane Doe" />
      </div>
    </TopBar>
  );
}
import { Avatar, IconButton, Link, TopBar } from '@arclux/arc-ui-preact';

export function AppHeader() {
  return (
    <TopBar heading="Arclight">
      <svg slot="logo" width="28" height="28" viewBox="0 0 28 28" fill="none">
        <circle cx="14" cy="14" r="13" stroke="currentColor" strokeWidth="2"/>
        <path d="M9 18l5-10 5 10" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"/>
        <line x1="10.5" y1="15" x2="17.5" y2="15" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
      </svg>
      <nav slot="center" style={{ display: 'flex', gap: 24 }}>
        <Link href="#">Dashboard</Link>
        <Link href="#">Projects</Link>
        <Link href="#">Settings</Link>
      </nav>
      <div slot="actions" style={{ display: 'flex', alignItems: 'center', gap: 12 }}>
        <IconButton icon="settings" variant="ghost" size="sm" aria-label="Settings" />
        <Avatar size="sm" initials="JD" aria-label="Jane Doe" />
      </div>
    </TopBar>
  );
}
<!-- Auto-generated by @arclux/prism — do not edit manually -->
<!-- arc-top-bar — requires top-bar.css + base.css (or arc-ui.css) -->
<div class="arc-top-bar">
  <header class="topbar">
   <button class="topbar__menu-btn" aria-label="Toggle menu" aria-expanded="false">
   <svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor">
   <rect y="3" width="20" height="2" rx="1"/>
   <rect y="9" width="20" height="2" rx="1"/>
   <rect y="15" width="20" height="2" rx="1"/>
   </svg>
   </button>
   <a class="topbar__brand" href="/">

   Heading
   </a>
   <div class="topbar__center">

   </div>
   <div class="topbar__actions">

   </div>
   </header>
</div>
<!-- Auto-generated by @arclux/prism — do not edit manually -->
<!-- arc-top-bar — self-contained, no external CSS needed -->
<style>
  @media (max-width: 768px) {
    .arc-top-bar .topbar__menu-btn { display: flex; }
  }
  .arc-top-bar .topbar__menu-btn:hover { background: rgba(255, 255, 255, 0.05); }
</style>
<div class="arc-top-bar" style="display: block; width: 100%; z-index: 100">
  <header class="topbar" style="display: flex; align-items: center; height: 64px; padding: 0 24px; background: rgb(3, 3, 7); border-bottom: 1px solid rgb(24, 24, 30); gap: 16px">
   <button class="topbar__menu-btn" style="display: none; background: none; border: none; color: rgb(232, 232, 236); cursor: pointer; padding: 4px; border-radius: 4px" aria-label="Toggle menu" aria-expanded="false">
   <svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor">
   <rect y="3" width="20" height="2" rx="1"/>
   <rect y="9" width="20" height="2" rx="1"/>
   <rect y="15" width="20" height="2" rx="1"/>
   </svg>
   </button>
   <a style="display: flex; align-items: center; gap: 8px; font-family: 'Tomorrow', system-ui, sans-serif; font-size: clamp(20px, 2.5vw, 28px); font-weight: 500; letter-spacing: clamp(8px, 1.2vw, 14px); text-transform: uppercase; color: rgb(232, 232, 236); text-decoration: none; flex-shrink: 0" href="/">

   Heading
   </a>
   <div style="flex: 1; display: flex; align-items: center; justify-content: center">

   </div>
   <div style="display: flex; align-items: center; gap: 8px; flex-shrink: 0">

   </div>
   </header>
</div>

API

heading string ''
Brand text displayed in the top-left corner next to the optional logo slot. Rendered uppercase with wide letter-spacing at the wordmark size. Keep this to one or two words that identify the application.
home-href string '/'
Destination of the brand link. Defaults to `/`; set it when the app is mounted under a sub-path, or to an empty string to render the brand as plain text with no link at all.
scrolled boolean false
Reflects whether the page has scrolled past the bar's threshold. Set by the component, not by you — read it to style a scrolled state from outside, via `arc-top-bar[scrolled]`.
immersive boolean false
Renders the bar with no background, blur or border until the page is scrolled, so a hero shows through it. Requires `fixed`. Suits marketing pages whose first screen is one composed image; leave it off in an application layout, where the bar should be a fixed edge among the other panels rather than something that appears and disappears.
fixed boolean false
When true, the bar uses position: fixed so it stays at the top of the viewport while content scrolls underneath. Automatically applied when TopBar is placed inside an AppShell. Be sure to add matching top padding to the content below to prevent overlap.
contained string null
Sets a max-width containment on the top bar content area. Accepts any CSS length or named size.
menu-open boolean false
Reflects whether the mobile hamburger menu is open. Toggling this value updates the aria-expanded attribute on the menu button. Typically managed by AppShell in response to the arc-sidebar-toggle event rather than set directly.
mobile-menu string 'sidebar'
Controls the mobile menu behavior. When set to a value like "nav", the hamburger toggles an inline navigation panel instead of triggering sidebar toggle.
menu-position string 'left'
Position of the mobile menu panel when mobile-menu is active.
nav-align 'left' | 'center' | 'right' 'center'
Controls the alignment of content in the center slot. Pulls nav toward the brand or actions without reordering DOM.

Events

eventName
arc-sidebar-toggle
Fired when the mobile menu toggle is clicked (sidebar mode)
arc-mobile-menu-toggle
Fired when the mobile hamburger button is clicked and mobile-menu mode is active. Use this to toggle your own mobile navigation panel.

See Also