Sticky Mobile

Toasts

Small but Versatile.

Toasts are small messages that can appear on a success or on tapping any button. They are incredibly flexible and easy to use!

Top Toasts

Toasts that appear from the top. These will automatically hide in 3 seconds.

Bottom Toasts

Toasts that appear from the top. These will automatically hide in 3 seconds.

Trigger by Tap or Programatically

We built notifications based on Boostrap toast system, so you can trigger them via a tap or programatically by simply using the Boostrap classic code.

var toastID = document.getElementById('toast-1');
toastID = new bootstrap.Toast(toastID);
toastID.show();
Processing...
We're on it
Confirmed
Error Occured
Processing...
We're on it
Confirmed
Error Occured