Notification

An element that displays a brief, important message in a way that attracts the user's attention without interrupting the user's task.

See the WAI ARIA guidelines for Alerts.

Structure

<Notification>
	<NotificationHeader /> (optional)
	<NotificationBody /> (optional)
	<NotificationFooter> (optional)
		<NotificationButton /> (optional)
	</NotificationFooter>
</Notification>

Demo