Toast

Toast component capable of displaying a simple text and an optional action.

The toast is typically used to display brief feedback about an executed operation, or information about a system update.

Simple toast
Simple toast
Toast action
<div class="lui-toast">
  <span>Simple toast</span>
</div>
<div class="lui-toast">
  <div class="lui-toast__text">
    <span>Simple toast</span>
  </div>
  <div class="lui-toast__aside">
    <span>Toast action</span>
  </div>
</div>