Status
The status of the component
Status
The status of the component
Repository
A link to the repo where the component lives.
When the progress of a task is known, this component displays a radial indicator and the completed percentage of the task.
Otherwise, if the progress is unknown, and no percentage is provided, it instead displays a simple Loading Spinner.
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| max | max | The max value of the progress spinner | number | 100 |
| screenreaderText | screenreader-text | Required localized text to provide an accessible label for the component | string | '' |
| value | value | The progress made in the progress spinner compared to the max value | number | undefined |
graph TD;
gux-radial-progress --> gux-radial-loading
style gux-radial-progress fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS