components
Tailwind CSS Radial progress
Radial progress can visually represent either the completion of a task or the elapsed passage of time.
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.
Embed a value in the radial progress component markup to visualize the progress accordingly.
Embed a value & text in the radial progress component markup to visualize the radial progress with text.
Apply the text utility class text-{semantic-color}
to the radial progress to style it with semantic colors.
Utilize the provided examples to implement radial progress with semantic background colors.
Utilize the provided examples to implement radial progress with soft semantic background colors.
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.