Alert

Inline notification banners for info, success, warning, and error messages.

Installation

Examples

Variants

info, success, warning, and danger with icons.

Info

Your session expires in 5 minutes.

Success

Your changes have been saved.

Warning

You are approaching your storage limit.

Error

Failed to connect. Please try again.

Dismissible

Shows a close button to remove the alert.

Upload complete

3 files uploaded successfully.

API Reference

PropTypeDefaultDescription
variant'info'|'success'|'warning'|'danger''info'Visual style and icon.
titlestringAlert heading.
closablebooleanfalseShows a dismiss button.
onClose() => voidCalled when dismissed.
iconReactNodeOverride the default icon.