PRIME 8

Toast

Toast is used to display short messages to the user that disappears after a few seconds.

Added to Cart

Refer the below code to use toasts. Make changes as per your requirements.

<div class="toast flex-sbw px-1 p-sm m-sm toast-success"> <p>Added to Cart</p> <button class="dismiss-toast-btn m-1"> <i class="fas fa-times"></i> </button> </div>