Skip to content
Velkin LogoVelkin Logo
Velkin
VELKIN/UI

Modern UI components for product teams and their AI agents. Lit core, typed wrappers, live MCP.

sales@velkinui.com

Product

  • Docs
  • Components
  • Studio
  • Pricing

Resources

  • Quick start
  • Blog
  • Changelog
  • Roadmap
  • Status

Project

  • About
  • Contact
  • License
  • Privacy
  • Terms

© 2026 Velkin. MIT core · Pro licenses available.

VELKIN

Appbar

An application bar component with start, center, and end slots.

vu-appbar · @velkin/react/appbar

Copy page

Import

React
npm i @velkin/react

import { VuAppbar } from "@velkin/react/appbar";

Examples

API

Props

PropTypeDefaultDescription
variantVuAppbarVariant"flat"Surface paint recipe. Default: `"flat"`.
toneVuAppbarTone"normal"Neutral surface weight. Default: `"normal"`.
sizeVuAppbarSize"md"Padding, gap, and bar height. Default: `"md"`.
placementVuAppbarPlacement"top"Pin to top or bottom when `sticky`. Default: `"top"`.
stickybooleanfalsePins via `position: sticky`. Default: `false`.
condensebooleanfalseElevates the bar after scroll when `sticky`. Default: `false`.
autohidebooleanfalseHides on scroll-down, reveals on scroll-up. Default: `false`.

Slots

SlotDescription
startLeading content; hidden when empty.
—- Center content; hidden when empty.
endTrailing content; hidden when empty.

CSS parts

PartDescription
barOuter paint surface.
containerInner layout row.
startLeading slot wrapper.
bodyCenter slot wrapper.
endTrailing slot wrapper.

Types

NameDefinition
VuAppbarPlacement
"top" | "bottom"
VuAppbarSize
"sm" | "md" | "lg"
VuAppbarTone
"subtle" | "normal" | "strong"
VuAppbarVariant
"outline" | "flat" | "elevated"

Related

Navigation

  • Adaptive BarA responsive toolbar component that overflows extra items into a menu.
  • BreadcrumbA breadcrumb component for navigation trails with optional collapse.
  • Context MenuA context menu component with grouped actions and icons.
  • DropdownA dropdown menu component with trigger slot and keyboard navigation.
  • MenubarA menubar component with nested submenus and keyboard navigation.
  • Nav PanelA navigation panel component for drawer bodies with icon-rail collapse.

Guides

  • AccessibilityFocus and naming
  • SlotsHeader, body, and item slots

Browse

  • Previous: Adaptive BarEarlier in the sidebar
  • Next: BreadcrumbLater in the sidebar
  • All componentsBrowse the full index