Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.7.2

Status

Statusは、プロセスまたは状態のステータスを示すコンポーネントです。

ソース@yamada-ui/status

Props

StatusProps

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"

デフォルト

"info"

indicatorProps

説明

The props for the status indicator component

タイプ

HTMLUIProps

labelProps

説明

The props for the status label component

タイプ

HTMLUIProps

size

説明

The size of the Status.

タイプ

"sm" | "md" | "lg"

デフォルト

"md"

value

説明

The type of the status

タイプ

StatusValue

デフォルト

'info'

variant

説明

The variant of the Status.

タイプ

string

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

AlertLoading