Trigger snackbars manually,programatically,or simply by tapping an element. These are powerful little messages with a beautiful animation
Tap or Programatic
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');