Alert
Box that requires user attention.
Per documentation, the alert role should not be displayed on page load, rather it should be used as
a way to communicate important information to the user after an action, such as form submission.
This helps assistive technologies understand when to notify users of changes.
Structure
The alert uses most elements (ideally just a div) with a alert role to work as a in-page
alert.
Preconfigured and layouted are several elements <svg> for icons, <p> for the
title and <small> for the description. Each can be removed and the layout will adapt to show
correctly.