Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

CircleProgress

CircleProgressは、進行状況を円形のプログレスバーで表示するコンポーネントです。

ソース@yamada-ui/progress

Props

CircleProgressProps

color

説明

The CSS color property.

タイプ

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

デフォルト

'primary'

isAnimation

説明

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

タイプ

boolean

デフォルト

false

isRounded

説明

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

タイプ

boolean

デフォルト

false

max

説明

The maximum value of the progress.

タイプ

number

デフォルト

100

min

説明

The minimum value of the progress.

タイプ

number

デフォルト

0

size

非推奨

説明

The CSS box-size property.

非推奨

Use boxSize instead.

タイプ

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

デフォルト

'6rem'

speed

説明

The animation speed in seconds.

タイプ

[string | number, string | number]

デフォルト

'[1.4s, 2s]'

thickness

説明

The CSS width property.

タイプ

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

デフォルト

'0.625ewm'

trackColor

説明

The CSS color property.

タイプ

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

デフォルト

'border'

value

説明

The value of the progress.

タイプ

number

デフォルト

0

GitHubでこのページを編集する

Progressメディアとアイコン