Toolbar
stableA container for grouping a set of controls.
Basic usage
Examples
Rich text toolbar
Group formatting toggles, a separator, and a link button in a toolbar.
Features
- Roving focus.
- Buttons, links, separators.
Installation
bash
pnpm dlx structyl add toolbarAPI Reference
Toolbar.Root
A row of controls with roving focus.
| Prop | Type | Default |
|---|---|---|
| orientation | 'horizontal' | 'vertical'Layout axis. | 'horizontal' |
| loop | booleanWhether arrow navigation wraps. | true |
Toolbar.Button
A toolbar button.
| Prop | Type | Default |
|---|
Toolbar.Separator
A divider.
| Prop | Type | Default |
|---|