Panel
Toolbar
A row of controls in start, center and end groups, with optional arrow-key navigation between them.
WAI-ARIA tested
Import
main.ts
import { Toolbar } from '@vitral/vue';Start, center and end
Roving focus
Tab reaches the bar once; the arrow keys move between its buttons. The disabled one is skipped.
API
Read from packages/vue/src/components/Toolbar/types.ts, so it says what the component actually accepts.
Props
| Name | Type | Description |
|---|---|---|
| roving | boolean | The APG toolbar keyboard: one tab stop for the whole bar, Left/Right (and Home/End) moving between its controls. Off by default, because a toolbar holding a text field needs those keys inside the field. |
Plus pt, dt and unstyled from BaseProps, see pass-through and unstyled mode.
Slots
| Name | Slot props | Description |
|---|---|---|
| start | — | — |
| center | — | — |
| end | — | — |