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.
$('#snackbar-1').toast('show');
$('#snackbar-1').toast('hide');