ThiloDesign System
DV

Menubar

shadcn/ui

Persistent horizontal menu bar. Desktop app-style navigation with File, Edit, View menus.

@/components/ui/menubar

Full demo — click any menu

sidebar: on · blockstream: off · density: comfortable

In context — ticket table toolbar

Tickets
6 tickets
Ticket table rows...

Sub-components

ComponentRole
MenubarRoot bar — horizontal container for all menus
MenubarMenuWraps one top-level menu (trigger + content pair)
MenubarTriggerClickable label that opens the dropdown
MenubarContentDropdown panel of items
MenubarItemStandard action item
MenubarCheckboxItemToggleable item with checkmark
MenubarRadioGroupGroup of mutually exclusive radio items
MenubarRadioItemSingle radio option inside a RadioGroup
MenubarLabelNon-interactive section label
MenubarSeparatorHorizontal divider between item groups
MenubarShortcutRight-aligned keyboard shortcut hint
MenubarSubWraps a nested submenu
MenubarSubTriggerItem that opens a submenu on hover
MenubarSubContentContent panel for the nested submenu

Menubar keeps one menu open at a time — hovering between triggers switches panels instantly without a click.

On this page