Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

CircleProgress

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

Source@yamada-ui/progress

Props

CircleProgressProps

color

Description

The CSS color property.

Type

UIValue<"border" | "link" | Color | "current" | "focus" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | ... 319 more ... | "link.950">

Default

'primary'

isAnimation

Description

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

Type

boolean

Default

false

isRounded

Description

If true, the cap of the progress indicator will be rounded.

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

Deprecated

Description

The CSS box-size property.

Deprecated

Use boxSize instead.

Type

UIValue<number | (string & {}) | "px" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | ... 75 more ... | "9xl">

Default

'6rem'

speed

Description

The animation speed in seconds.

Type

[string | number, string | number]

Default

'[1.4s, 2s]'

thickness

Description

The CSS width property.

Type

UIValue<number | (string & {}) | "px" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | ... 75 more ... | "9xl">

Default

'0.625ewm'

trackColor

Description

The CSS color property.

Type

UIValue<"border" | "link" | Color | "current" | "focus" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | ... 319 more ... | "link.950">

Default

'border'

value

Description

The value of the progress.

Type

number

Default

0

Edit this page on GitHub

PreviousProgressNextMedia and Icons