| Prop | Type | Default | Required |
|---|---|---|---|
className | string | - | - |
| Prop | Type | Default | Required |
|---|---|---|---|
as | JSX.IntrinsicElements | - | - |
type | "success" | "loading" | "error" | "blank" | - | - |
| Prop | Type | Default | Required |
|---|---|---|---|
as | JSX.IntrinsicElements | - | - |
is | FC<SVGProps<SVGSVGElement>> | - | |
size | Partial<Record<Breakpoint, "sm" | "md" | "lg">> | "sm" | "md" | "lg" | - | - |
| Prop | Type | Default | Required |
|---|---|---|---|
appearance | "simple" | "outline" | "solid" | Partial<Record<Breakpoint, "simple" | "outline" | "solid">> | - | - |
as | JSX.IntrinsicElements | - | - |
hasTooltip | boolean | - | - |
href | string | - | - |
isRounded | boolean | - | - |
label | string | Close alert | - |
onClick | MouseEventHandler<HTMLElement> | - | - |
onDismiss | () => void | - | - |
size | Partial<Record<Breakpoint, "xs" | "sm" | "md" | "lg">> | "xs" | "sm" | "md" | "lg" | - | - |
theme | "neutral" | "primary" | "primaryDark" | "success" | "warning" | "danger" | "white" | Partial<Record<Breakpoint, "neutral" | "primary" | "primaryDark" | "success" | "warning" | "danger" | "white">> | - | - |
tooltipSide | "left" | "right" | "top" | "bottom" | - | - |