Props
| Prop | Type | Default | Notes |
|---|---|---|---|
name | string | '' | Unique panel name matched by a sibling stellar-tab panel value inside the same stellar-tab-list. |
StellarUI
Passive content panel that is shown and hidden by `stellar-tab-list`.
This panel content is authored child markup and belongs in the example section.
Static comparison panel.
Another static panel for keyboard navigation.
Active panel: details
<stellar-tab-panel name="details">Details content</stellar-tab-panel>Complete props, events, slots, and implementation notes for the shipped tab panel.
| Prop | Type | Default | Notes |
|---|---|---|---|
name | string | '' | Unique panel name matched by a sibling stellar-tab panel value inside the same stellar-tab-list. |
| Event | Source | Notes |
|---|---|---|
| custom events | none | stellar-tab-panel is passive content. Visibility changes are owned by the parent stellar-tab-list. |
| Slot | Notes |
|---|---|
| default | Panel content shown when the linked tab is active. |