Props
| Prop | Type | Default | Notes |
|---|---|---|---|
panel | string | '' | Name of the target stellar-tab-panel inside the same stellar-tab-list. |
disabled | boolean | false | Prevents the tab from being activated or focused through roving tab index. |
StellarUI
Individual tab option for use inside `stellar-tab-list`.
This panel stays linked to the configurable tab above.
A second static panel keeps the preview usable when the configurable tab is disabled.
Arrow keys and Home/End still move through the enabled tabs.
Active panel: details
<stellar-tab panel="details">Details</stellar-tab>Complete props, events, slots, and implementation notes for the shipped tab option.
| Prop | Type | Default | Notes |
|---|---|---|---|
panel | string | '' | Name of the target stellar-tab-panel inside the same stellar-tab-list. |
disabled | boolean | false | Prevents the tab from being activated or focused through roving tab index. |
| Event | Source | Notes |
|---|---|---|
| custom events | none | stellar-tab is an option surface. Selection events come from the parent stellar-tab-list. |
| Slot | Notes |
|---|---|
| default | Visible tab label content, usually short text and optionally an icon. |