v2.1.0

Toast

  • Basic

    Outset

    <div class="toast show outset-neomo">
      <div class="toast-header">
        <strong class="font-size-5">Neomo</strong>
        <small class="mr-2 ml-auto">12 mins ago</small>
        <span class="toast-close">X</span>
      </div>
      <div class="toast-body text-center">
        Hello, world! This is a toast message.
      </div>
    </div>
    
    Neomo 12 mins ago X
    Hello, world! This is a toast message.

    Inset

    <div class="toast show inset-neomo">
      <div class="toast-header">
        <strong class="font-size-5">Neomo</strong>
        <small class="mr-2 ml-auto">12 mins ago</small>
        <span class="toast-close">X</span>
      </div>
      <div class="toast-body text-center">
        Hello, world! This is a toast message.
      </div>
    </div>
    
    Neomo 12 mins ago X
    Hello, world! This is a toast message.