Alerts

Showcasing MICL alerts

Error colors

Primary colors

Secondary colors

Tertiary colors

Code example


<div class="micl-alert-tonal" role="alert">
  <span class="micl-alert__icon material-symbols-outlined">error</span>
  <span class="micl-alert__text">
    <h4>An error has occurred</h4>
    <span class="micl-alert__supporting-text">Something unexplainable has happened.</span>
  </span>
</div>