Snackbars
Interactive Boxed Messages.
Trigger snackbars manually, Programmatically, or simply by tapping an element. These are powerful little messages with a beautiful animations and effects.
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();