Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

Alert

Alertは、ユーザーに情報を伝達するコンポーネントです。

ソース@yamada-ui/alert

Props

AlertProps

colorScheme

説明

The visual color appearance of the component.

タイプ

"whiteAlpha" | "blackAlpha" | "gray" | "neutral" | "red" | "danger" | "rose" | "pink" | "flashy" | "orange" | "warning" | "amber" | "yellow" | "lime" | "green" | "success" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "primary" | "info" | "link" | "indigo" | "violet" | "secondary" | "purple" | "fuchsia"

デフォルト

primary

size

説明

The size of the Alert.

タイプ

string

status

説明

The status of the alert.

タイプ

"info" | "success" | "warning" | "error" | "loading"

デフォルト

'info'

variant

説明

The variant of the Alert.

タイプ

"basic" | "subtle" | "solid" | "island-accent" | "left-accent" | "top-accent"

デフォルト

basic

AlertIconProps

variant

タイプ

UIValue<string> & ("grid" | "audio" | "oval" | "dots" | "puff" | "rings" | "circles")

AlertTitleProps

AlertDescriptionProps

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

フィードバックLoading