variant
タイプ
type ONLY_FOR_FORMAT =
| "grid"
| "audio"
| "circles"
| "dots"
| "oval"
| "puff"
| "rings"
Yamada UIにスターをあげる
スターAlert
は、ユーザーに情報を伝達するコンポーネントです。
タイプ
type ONLY_FOR_FORMAT =
| "grid"
| "audio"
| "circles"
| "dots"
| "oval"
| "puff"
| "rings"
説明
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"
説明
The size of the Alert.
タイプ
string
説明
The status of the alert.
タイプ
AlertStatus
デフォルト
'info'
説明
The variant of the Alert.
タイプ
"basic" | "island-accent" | "left-accent" | "solid" | "subtle" | "surface" | "top-accent"
デフォルト
"basic"
GitHubでこのページを編集する