Components
Radial progress
Radial progress can visually represent either the completion of a task or the elapsed passage of time.
Variants
Default
Utilize the `radial-progress` component class and adjust the progress value by setting the CSS variable `--value:*` in the style attribute of the radial progress component, where `*` represents a numerical value.
With values
Embed a value in the radial progress component markup to visualize the progress accordingly.
With text
Embed a value & text in the radial progress component markup to visualize the radial progress with text.
Colors
Semantic
Apply the text utility class `text-{semantic-color}` to the radial progress to style it with semantic colors.
With background
Utilize the provided examples to implement radial progress with semantic background colors.
With soft background
Utilize the provided examples to implement radial progress with soft semantic background colors.
Sizes
Custom size & thickness
Modify the size and thickness of the progress by defining the CSS variables `--size:*` and `--thickness:*` within the style attribute of the radial progress component, where `*` denotes a numerical value along with the unit.
Class referenceThe component, style, color, state, size and modifier classes available for this component.
| Class | Type | Description |
|---|---|---|
radial-progress | component | Base class for radial progress component. |