Shell
Toolbar
Horizontal action strip. Frosted backdrop + no-drag region for Tauri/Wails app windows.
Examples
Mixed actions
<Toolbar>
<Button size="sm">Save</Button>
<Separator orientation="vertical" />
<Button variant="ghost" size="sm">Cancel</Button>
</Toolbar>Props
| Prop | Type | Default | Description |
|---|---|---|---|
density | 'compact' | 'comfortable' | 'roomy' | 'comfortable' | Height tier (32 / 40 / 48 px). |
bordered | boolean | true | Show the bottom hairline. |
children | Snippet | — | Toolbar items — Button, IconButton, Separator, SearchInput, etc. |
Install
CLI
npx @a3tai/mittsu add toolbar