Components
GlassMenubar
A desktop-style menu bar with nested dropdown menus.
Preview
Usage
Props
GlassMenubar
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | — | Controlled active menu |
defaultValue | string | — | Default active menu |
onValueChange | (value: string) => void | — | Fired when active menu changes |
loop | boolean | true | Whether keyboard navigation loops |
GlassMenubarItem
| Prop | Type | Default | Description |
|---|---|---|---|
disabled | boolean | false | Disable the item |
onSelect | (event) => void | — | Fired when the item is selected |
All Radix Menubar props are also supported.