Menubar
A quiet glass rail of application menus. Triggers stay unlit until opened, then their menu blooms below in floating glass.
Draw
draw a card
$npx shadcn@latest add @clow/menubarFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<Menubar />Examples
basic
Props
| prop | type | default |
|---|---|---|
| disabled | boolean | false |
| loopFocus | boolean | true |

