Skip to content
GitHub

Circular Progress

Displays the status of a task in a circular indicator.

Installation

Usage

Controlled

Use value to control the progress manually.

Examples

With value

Use <CircularProgressValue /> to render the current value text.

66%

Indeterminate

Use the indeterminate prop when the completion percentage is unknown.

Custom Size

Use the size prop to set the circle diameter in pixels.

Custom Thickness

Use the thickness prop to control the ring stroke width.

API Reference

CircularProgress

Root element of the circular progress indicator.

CircularProgressValue

Displays the current progress value text.


For a complete list of props, see the Ark UI documentation.