variant
Type
type ONLY_FOR_FORMAT =
| "grid"
| "audio"
| "circles"
| "dots"
| "oval"
| "puff"
| "rings"
Leave Yamada UI a star
StarAlert
is a component that conveys information to the user.
Type
type ONLY_FOR_FORMAT =
| "grid"
| "audio"
| "circles"
| "dots"
| "oval"
| "puff"
| "rings"
Description
The visual color appearance of the component.
Type
"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"
Default
"primary"
Description
The size of the Alert.
Type
string
Description
The status of the alert.
Type
AlertStatus
Default
'info'
Description
The variant of the Alert.
Type
"basic" | "island-accent" | "left-accent" | "solid" | "subtle" | "surface" | "top-accent"
Default
"basic"
Edit this page on GitHub