Toast

Toasts are usually used to put out a notification for the user. It can be even called as a notify bar and snack bar.

Below is an example for toast.

            
        <div class="toast">
          <button class='btn-toast'>A toast message  <i class="fas fa-times icon-dismiss"></i></button>
        </div>