Statuses

Progress Circle

A modern circular progress indicator designed for visually representing task completion, downloads, or loading animations.

Basic

Progress bars show how much an operation is done, either exactly or roughly, over time.

Loading...

Installation

npx shadcn@latest add @intentui/progress-circle

Manual installation

npm i react-aria-components

Anatomy

import { ProgressCircle } from "@/components/ui/progress-circle"

<ProgressCircle aria-label="Loading…" value={25} />

Indeterminate

You can also make the progress circle indeterminate by setting the isIndeterminate prop.

Loading...

Custom Size

You can customize the size of the progress circle by using className with tailwind classes or style props.

Loading...

Controlled

You can control the progress circle by using the value prop.

Loading...

Combine with button

The button includes an isPending prop to indicate a pending state, allowing for seamless integration with the progress circle.

Loading...

Custom color

The progress circle can be customized with the color prop.

Loading...
Unlock the full power of
Design Intent UI
Build modern web apps faster with 400+ blocks and polished templates crafted for professionals.
Explore