Props
| Prop | Type | Default | Notes |
|---|---|---|---|
tone | neutral | primary | secondary | tertiary | error | neutral | |
size | xs | sm | md | lg | xl | md | |
label | string | '' |
StellarUI
Compact status dot for tables, lists, and dense metadata.
<stellar-status-indicator
label="Ready"
tone="primary"
>
</stellar-status-indicator>Complete props, events, slots, and implementation notes for the shipped status indicator.
| Prop | Type | Default | Notes |
|---|---|---|---|
tone | neutral | primary | secondary | tertiary | error | neutral | |
size | xs | sm | md | lg | xl | md | |
label | string | '' |
| Event | Source | Notes |
|---|---|---|
| custom events | none | stellar-status-indicator is presentational and does not emit custom events. |
| Slot | Notes |
|---|---|
| default | Optional visible status text. For a dot-only indicator, omit slot content and provide the assistive label prop. |