Toastv4.x

Toast are short alerts useful for pushing notifications to user.

Bootstrap 4.x | Toast


Add sample text
px
ms

3.00 seconds | 0.05 minutes




<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
  <div class="toast-header">
    <img src="http://unsplash.it/24/24" class="rounded mr-2" alt="logo icon">
    <strong class="mr-auto">Do the laundry</strong>
    <small class="text-muted">11 min ago</small>
    <button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
      <span aria-hidden="true">×</span>
    </button>
  </div>
  <div class="toast-body">
    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel error.
  </div>
</div>

<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
  <div class="toast-header">
    <img src="http://unsplash.it/24/24" class="rounded mr-2" alt="logo icon">
    <strong class="mr-auto">Walk the dog</strong>
    <small class="text-muted">2 days ago</small>
    <button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
      <span aria-hidden="true">×</span>
    </button>
  </div>
  <div class="toast-body">
    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vel error.
  </div>
</div>

This will reset the page. Are you sure?