Alert

The Alert component is used to provide users with important messages or feedback. It ensures that critical information is conveyed in a clear and visually distinct manner. This component can be customized to fit various contexts and uses within the application.

Alert

closeButtonDataTestId

string

cta

Element

handleClose

() => void

@description add a close button with an onclick handleClose function

isFullWidth

Boolean

size

"lg" | "md" | undefined = md

variant

"ai" | "brand" | "danger" | "info" | "success" | "warning" | undefined = brand