Skip to main content

Alert

alert

<Alert>
This is a default alert
</Alert>

<Alert status="info">
This is a informational alert
</Alert>

<Alert status="success">
This is a successful alert
</Alert>

<Alert status="warning">
This is a warning alert
</Alert>

<Alert status="danger">
This is a dangerous alert
</Alert>

Props

NameDescriptionRequiredoptionsDefault
statusChanges the colors of the alertNodefault info success warning dangerdefault
stickyMakes the alert always stay in viewNofalse