Sticky Mobile

Snackbars

Interactive Boxed Messages.

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

Trigger by Tap or Programmatically

We built notifications based on Boostrap toast system, so you can trigger them via a tap or Programmatically 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
New Effects in Stick 5.1.1