Components/BannerAlert

BannerAlert

Full-width top-of-page announcement strip with dismiss.

Installation

Examples

Variants

info, success, warning, and danger banners.

Maintenance scheduledThe platform will be down for 30 minutes on March 20.
v0.2.0 released!20 new components are now available.
Breaking changesSome API signatures changed in v0.2.0.
Outage detectedWe are investigating an issue with auth.

API Reference

PropTypeDefaultDescription
variant'info'|'success'|'warning'|'danger''info'Color scheme.
titleReactNodeBold heading text.
descriptionReactNodeSupporting body.
dismissiblebooleanfalseShows a close button.
onDismiss() => voidCalled when dismissed.
actionReactNodeAction element in the right slot.