CircleProgress

CircleProgress is a component that displays progress in a circular progress bar.

Usage

import { CircleProgress } from "@yamada-ui/react"
<CircleProgress.Root>
  <CircleProgress.Label />
</CircleProgress.Root>

Change Variant

Change Size

Alternatively, set a string or number to boxSize.

Change Color Scheme

Change Shape

Apply Animation

Setting value to null will apply animation.

Change Animation Duration

Set a number to duration.

Change Thickness

To change the thickness of the progress bar, set a string or number to thickness.

Add Label

75%

Change Color

Props

Accessibility

Currently, this section is being updated due to the migration of v2.