Sticky Mobile

Snackbars

Interactive Boxed Messages.

Trigger snackbars manually, programatically, or simply by tapping an element. These are powerful little messages with a beautiful animation

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 snackID = document.getElementById('snackbar-1');
snackID = new bootstrap.Toast(snackID);
snackID.show();
Processing...
Confirmed
Something's wrong!
We're on it
Error Occured