Preview
Every control stays independently tabbable in static HTML. Roving arrow-key focus is demonstrated in the live playground.
Usage
Toolbar usage<Toolbar label="Editing tools"><Btn>Bold</Btn><Btn>Italic</Btn></Toolbar>API
Toolbar APIToolbarProps
| prop | type | notes |
|---|---|---|
| label | string | Accessible name for the set of controls. |
| orientation? | 'horizontal' | 'vertical' | |
| children? | RemixNode | |
| mix? | MixInput |