Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

Progress

Progressは、進行状況を視覚的に示すためのコンポーネントです。

ソース@yamada-ui/progress

Props

ProgressProps

colorScheme

説明

The visual color appearance of the component.

タイプ

"whiteAlpha" | "blackAlpha" | "gray" | "neutral" | "red" | "rose" | "pink" | "flashy" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia"

デフォルト

primary

filledTrackColor

説明

The CSS color property.

タイプ

"link" | "border" | Color | "current" | "focus" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | ... 318 more ... | ColorModeArray<...>

hasStripe

説明

If true, the progress bar will show stripe.

タイプ

boolean

デフォルト

false

isAnimation

説明

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

タイプ

boolean

デフォルト

false

isStripeAnimation

説明

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

タイプ

boolean

デフォルト

false

max

説明

The maximum value of the progress.

タイプ

number

デフォルト

100

min

説明

The minimum value of the progress.

タイプ

number

デフォルト

0

size

説明

The size of the Progress.

タイプ

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

デフォルト

md

speed

説明

The animation speed in seconds.

タイプ

string | number

デフォルト

'1.4s'

value

説明

The value of the progress.

タイプ

number

デフォルト

0

variant

説明

The variant of the Progress.

タイプ

string

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

SkeletonCircleProgress