Alert

Static feedback message for important page-level status.

Themes

Info
Informational message.
Success
The action completed.
Warning
Check this before continuing.
Danger
The action failed.
tsx
<Alert title="Info">Informational message.</Alert>
<Alert theme="success" title="Success">The action completed.</Alert>
<Alert theme="warning" title="Warning">Check this before continuing.</Alert>
<Alert theme="danger" title="Danger">The action failed.</Alert>

Closable markup

Dismissible
Close button markup only.
tsx
<Alert title="Dismissible" closable>Close button markup only.</Alert>