progress
Visual completion indicators. Two variants: progress-bar (linear) and progress-ring (circular).
progress-bar
Linear progress indicator. Shows the status of an ongoing operation.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Current progress percentage (0–100). |
indeterminate | boolean | false | Sets indeterminate state when progress cannot be determined. |
label | string | - | Accessible label. |
progress-ring
Circular progress indicator.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Current progress percentage (0–100). |
size | number | - | Size in pixels. |
progress (DSL)
DSL alias for generic visual completion state.
| Attribute | Type | Default | Description |
|---|---|---|---|
label | string | - | Descriptive text. |
value | number | 0 | Current progress. |
max | number | 100 | Target value. |