Progress

Progress is a component for visually indicating progress.

Usage

import { Progress } from "@yamada-ui/react"
<Progress value={50} />

Change Variant

Change Size

Change Color Scheme

Change Shape

Change Range Color

To change the range color, set rangeColor to a color.

Change Track Color

To change the track color, set trackColor to a color.

Stripes

To use stripes, set striped to true.

Animated Stripes

To use animated stripes, set animated to true.

Change Duration

To change the duration, set duration to a number (seconds) or a string.

Use Animation

To use animation, set value to null.

Props

Accessibility

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