{{ aspExample({ code: "<div class=\"alert alert–success\">
<h1 class=\"alert_title\">Sign in email sent</h1>
<p>If your email address is valid, an email has been sent to it with a link to sign in to [Application]</p>
<p>It should arrive immediately. The link will expire after 10 minutes. If this happens, you will need to request a new link.</p>
</div>", nunjucks: "{{ aspAlert({
modifier: \"success\",
title: \"Alert title\",
content: {
html: '<p>Alert content (html) with a <a href=\"#\">link</a></p>
<p>With additional line. modifier: success</p>'
}
}) }}", title: "", id: "65a92a41e4915", url: "" }) }}
The amber and red versions of the alert component have been replaced by the notification component.
A (left aligned) alert is now a notification component.
The below criteria all need to be met for a component to be considered as fully developed for use within the ASP Digital Design System.