Push notifications to your visitors with a 'toast', a lightweight and easily customizable alert message. Toasts are designed to mimic the push notifications that have been popularized by mobile and desktop operating systems.
Bootstrap
11 mins ago
Hello, world! This is a toast message.
var toastElList = [].slice.call(document.querySelectorAll('.toast')); var
toastList = toastElList.map(function (toastEl) { return new
mdb.Toast(toastEl); });
MDBootstrap
11 mins ago
Hello, world! This is a toast message.
MDBootstrap
11 mins ago
Hello, world! This is a toast message.
MDBootstrap
11 mins ago
Hello, world! This is a toast message.
MDBootstrap
11 mins ago
Hello, world! This is a toast message.