Components
← All components

Toolbar

stimeo--toolbar

A row of controls that stops the Tab key once, moved through with the arrow keys.

  • Core
  • Toolbar

A row of controls implementing the WAI-ARIA Toolbar pattern, where Tab stops once for the whole group. The arrow keys move inside it, left and right for a row, up and down for a column, with Home and End jumping to the ends, and you choose whether it wraps there or stops. When focus arrives by a click or from elsewhere the stop follows it, so coming back returns you to the control you last used. A control that cannot be used is skipped, while one marked unavailable stays reachable to be found but does nothing. If either state changes later, that is picked up too.

running
Horizontal (←/→)
Vertical (↑/↓)

"Link" is an action, not a toggle, so pressing it changes nothing visible. The toolbar owns only the movement between controls; what each button does stays with the button.

Keyboard

KeyAction
→ / ← Move to the next / previous control (horizontal orientation). Under RTL the two swap.
↓ / ↑ Move to the next / previous control (vertical orientation).
Home / End Move to the first / last control.