Progress Circular

A circular progress indicator. It can show a determinate value or an indeterminate loading state.

Usage

Determinate Progress

Shows the progress value between 0 and 100.

<ProgressCircular value={75} size="medium" />

Indeterminate Progress

Shows a looping animation indicating an ongoing task.

<ProgressCircular indeterminate size="large" />

Rounded Stroke

Progress stroke with rounded caps.

<ProgressCircular value={60} size="small" rounded />

API

Props

PropTypeDefaultRequired
valuenumber (0-100)0-
indeterminateboolean--
roundedbooleanfalse-
MarginPropsToken<MarginProps>--
colorThemeAccentColor--
sizeResponsive<Size>'medium'-
Image
Previous
Progress Linear
Next