Props
| Prop | Type | Default | Notes |
|---|---|---|---|
orientation | horizontal | vertical | horizontal | Changes which arrow keys move the active roving tab stop and pushes the same orientation onto descendant stellar-button-group wrappers. |
StellarUI
Accessible toolbar wrapper with roving tab index behavior for descendant buttons and button groups.
<stellar-toolbar>
<stellar-button-group>
<stellar-button appearance="ghost" icon="mdi:arrow-u-left-top">Undo</stellar-button>
<stellar-button appearance="ghost" icon="mdi:arrow-u-right-top">Redo</stellar-button>
</stellar-button-group>
<stellar-button tone="primary" icon="mdi:plus">New</stellar-button>
<stellar-button-group>
<stellar-button appearance="ghost" icon="mdi:format-bold">Bold</stellar-button>
<stellar-button appearance="ghost" icon="mdi:format-italic">Italic</stellar-button>
<stellar-button appearance="ghost" icon="mdi:format-underline">Underline</stellar-button>
</stellar-button-group>
<stellar-button appearance="ghost" icon="mdi:printer-outline">Print</stellar-button>
</stellar-toolbar>Complete props, events, slots, and implementation notes for the shipped toolbar.
| Prop | Type | Default | Notes |
|---|---|---|---|
orientation | horizontal | vertical | horizontal | Changes which arrow keys move the active roving tab stop and pushes the same orientation onto descendant stellar-button-group wrappers. |
| Event | Source | Notes |
|---|---|---|
| slotted button events | slotted content | Clicks and focus events stay on the authored stellar-button children. The toolbar only manages the roving tab index. |
| custom events | none | stellar-toolbar does not emit custom events. |
| Slot | Notes |
|---|---|
| default | Author direct stellar-button, stellar-button-group, or dropdown trigger content. The toolbar scans descendant buttons and manages focus across them. |