Toasts

THIS MONTH

$58,356

LAST MONTH

$48,356

Basic Toast

Translucent toast

Stacking toast

You can stack toasts by wrapping them in a toast container, which will vertically add some spacing.

Custom content

Solid Color schemes

Light Color schemes

Placement

Bootstrap 11 mins ago
Hello, world! This is a toast message.
All Rights Reserved by Materialpro admin.
// function toast() { // var toastElList = document.querySelectorAll('.toast') // var toastList = toastElList.map(function(toastEl) { // // Creates an array of toasts (it only initializes them) // return new bootstrap.Toast(toastEl) // No need for options; use the default options // }); // toastList.forEach(toast => toast.show()); // This show them // console.log(toastList); // Testing to see if it works // };