Leave Yamada UI a star

Star
Yamada UIYamada UIv1.6.4

Progress

Progress is a component for visually indicating progress.

Source@yamada-ui/progress

Props

ProgressProps

colorScheme

Description

The visual color appearance of the component.

Type

"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"

Default

"primary"

filledTrackColor

Description

The CSS color property.

Type

"border" | ({} & string) | Color | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 319 more ... | [...]

hasStripe

Description

If true, the progress bar will show stripe.

Type

boolean

Default

false

isAnimation

Description

If true, the progress will be indeterminate and the value prop will be ignored.

Type

boolean

Default

false

isStripeAnimation

Description

If true, and hasStripe is true, the stripes will be animated.

Type

boolean

Default

false

max

Description

The maximum value of the progress.

Type

number

Default

100

min

Description

The minimum value of the progress.

Type

number

Default

0

size

Description

The size of the Progress.

Type

"xs" | "sm" | "md" | "lg"

Default

"md"

speed

Description

The animation speed in seconds.

Type

string | number

Default

'1.4s'

value

Description

The value of the progress.

Type

number

Default

0

variant

Description

The variant of the Progress.

Type

string

Edit this page on GitHub

PreviousSkeletonNextCircleProgress