Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Loading

Loadingは、データの読み込み中などの待機時間に表示するコンポーネントです。

ソース@yamada-ui/loading

Props

LoadingProps

colorScheme

説明

The visual color appearance of the component.

タイプ

"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"

デフォルト

"primary"

duration

説明

The CSS dur property.

タイプ

string | number

secondaryColor

説明

The CSS color property.

タイプ

UIValue<"border" | ({} & string) | Color | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 318 more ... | "yellow.950">

デフォルト

'primary'

size

説明

The size of the Loading.

タイプ

string

デフォルト

"1em"

variant

説明

The variant of the Loading.

タイプ

string

デフォルト

"oval"

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

AlertSkeleton