Props
| Prop | Type | Default | Notes |
|---|---|---|---|
tone | '' | neutral | primary | secondary | tertiary | error | neutral | |
value | string | 37 | |
max | string | 100 | |
indeterminate | boolean | false |
StellarUI
Native progress styling with semantic tones and indeterminate animation.
<stellar-progress
value="37"
max="100"
>
</stellar-progress>Complete props, events, slots, and implementation notes for the shipped progress bar.
| Prop | Type | Default | Notes |
|---|---|---|---|
tone | '' | neutral | primary | secondary | tertiary | error | neutral | |
value | string | 37 | |
max | string | 100 | |
indeterminate | boolean | false |
| Event | Source | Notes |
|---|---|---|
| native progress semantics | rendered <progress> | The component is display-only and does not emit interaction events. |
| custom events | none | stellar-progress does not emit custom events. |
| Slot | Notes |
|---|---|
| none | This component has no slots. It is a thin wrapper around a native <progress> element. |