Skip to main content

Alert

Alert is used for important, time-sensitive, or critical messages.

All Variants

<Alert variant="info" title="Info">Informational message</Alert>
<Alert variant="success" title="Success">Operation completed</Alert>
<Alert variant="warning" title="Warning">Action may be required</Alert>
<Alert variant="danger" title="Danger">Critical issue detected</Alert>
<Alert variant="neutral" title="Neutral">General notice</Alert>

Dismissible + With Actions

<Alert
variant="warning"
title="Scheduled Maintenance"
dismissible
>
Maintenance will occur tonight.
</Alert>

Props

PropTypeDefaultDescription
variantstringinfoSemantic style
titlestringHeadline
dismissiblebooleanfalseShows close button
onClosefunctionCalled on dismiss
  • Callout — Less urgent notes
  • Banner — Page-level messaging