Toast

Transient notification with a title and description.

Source: src/stylus/components/toast.styl

Static placement

Toasts normally position themselves; the example is pinned in flow so it can be read here.

Artifact generated
Production build packaged into dist/.
<div class="toast toast-success demo-toast-inline">
  <div class="toast-title">Artifact generated</div>
  <div class="toast-description">Production build packaged into <code>dist/</code>.</div>
</div>