\n
Use the appearance
prop to change the visual semantic, this affects the color scheme and icon used.
Use the variant
prop to get a different style, solid, subtle or neutral.
Use isLoading
props to get a loading state.
You can compose with a CloseButton
too.
To use a custom icon, pass the icon you choose to Alert.Icon
.
"alert" | "status"
ReactNode
"success" | "critical" | "info" | "warning"
"neutral" | "solid" | "subtle"
boolean