CircularProgress

The CircularProgress component displays a circular rating or progress indicator.

Usage

Default

0%
<CircularProgress rating={75} label="Progress Score" />

Props

Sortable data table
PropTypeDefaultDescription
ratingnumber-Current value shown in the circular progress.
minnumber0Minimum value for the progress range.
maxnumber100Maximum value for the progress range.
labelstring"Progress"Optional label displayed below or inside the circular progress.
shadow"none" | "light" | "medium" | "strong" | "intense"Configured DefaultVisual shadow depth for the component.
showRawbooleanfalseShow the raw numeric value instead of the formatted percentage.
size"xs" | "small" | "medium" | "large" | "xl"Configured DefaultSize of the circular progress indicator.
theme"primary" | "secondary" | "tertiary" | "quaternary" | "clear"Configured DefaultVisual theme of the component.
state" | success | error | warning-Status color: '', success, error, or warning.
classNamestring-Additional CSS class names for custom styling.
data-testidstring"circular-progress"Test ID for targeting the component in tests.