AtlasBanner

A banner which appears on load of a page and rests at the top of the page. They can be dismissible by clicking the close icon, or disappear after a certain duration.

Examples

Banner Types

This is an information banner.
This is a warning banner.
This is a destructive banner.
This is a success banner.

Banner with Button

This banner has a button.

Dismissable Banner

This banner can be dismissed.

Dismissable Banner with Button

Props

NameDescriptionTypeDefaultRequired
typeone of information, warning, destructive, successenum"information"
isDismissablewhether or not you can close the bannerbool
titletext to display for the titlestring
labeltext to display in the buttonstringnull
handleClickclick handlerfunc
handleCloseclick handler to close bannerfunc
timeouthow long to display the banner (in milliseconds)number
leadingIconicon to display to the left of banner contentelement
trailingIconicon to display to the right of banner contentelement