# Menubar Desktop application menubar with item-radius chrome, panel-radius dropdowns, and eyebrow-styled group headers. Use Menubar for desktop-style command groups that must remain visible across a workspace. The outer bar uses the item radius, while dropdowns retain the panel radius. Header items use the shared eyebrow typography recipe. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `label` | `string` | prop | No | `undefined` | Accessible name for the menubar as a whole, e.g. "Main menu". | | `menus` | `MenubarMenu[]` | prop | Yes | - | One entry per top-level menu, each with its own trigger label and item list. | | `onSelect` | `(item: MenuAction) => void` | callback | No | `undefined` | Fired when any action row is chosen, after its own `onSelect`. | ## Related - [Link](/docs/components/link): Styled native link for body and navigation text. - [Segmented](/docs/components/segmented): Single-select segmented control. - [Tabs](/docs/components/tabs): Panelled tabs with underline and pill presentations.