Nice browser. Is it antique?
No, seriously - your browser is so old that some features of patternplate don't work as expected.
Don't worry - you can either continue with a restricted version or install an up-to-date browser.
We messed up.
Sorry, but your user experience might be affected.
- Try reloading the page
- Report the problem at github.com/patternplate/patternplate

Toast@1.0.0

<div class="c-toast is-active" id="toast">
  <div class="c-toast__primary-wrapper">
    <div class="c-toast__text">Yikes! That did not seem to work.</div>
    <div class="c-toast__action-wrapper">
      <button type="button" class="c-button-flat--yellow">Redo</button>
    </div>
  </div>
  <div class="c-toast__item">
    <i class="material-icons">image</i>
    <p class="c-toast__item-title">
      Foobar.jpg
    </p>
    <i class="material-icons c-toast__item-action">close</i>
    <div class="c-toast__item-progress">
      <div class="c-toast__item-progress-line" style="width: 50%;"></div>
    </div>
  </div>
  <div class="c-toast__item">
    <i class="material-icons">image</i>
    <p class="c-toast__item-title">
      Foobar.jpg
    </p>
    <i class="material-icons c-toast__item-action">close</i>
    <div class="c-toast__item-progress">
      <div class="c-toast__item-progress-line" style="width: 75%;"></div>
    </div>
  </div>
</div>