Alert
Alerts call attention to a semantic message and load alongside the rest of the page content. They can optionally be dismissed upon user action.
Examples
Variants
Action
Optional props
variant
Variants of the alert, one of: informational, success, critical, warning.
type
informational
success
critical
warning
default
informational
onDismiss
Callback fired when the alert is dismissed.
type
React.MouseEventHandler<HTMLButtonElement>
default
null
Related components

ToastStack
Toasts can appear at any time to provide instant feedback on actions. They are usually temporary, but can also require the user to dismiss.

EmptyState
An Empty State represents the state of a container, such as when there are no items to display or when the user isn't allowed to access items.