Classic Snackbars
These are the default snackbars that can be used in any circumstance you wish to confirm or warn about a page action. They disapear by default in 3 seconds, but you can increase this to whatever time you need.
Large Snackbars
The large snackbars include a larger title and more text, in case you require them, we've prepared them. Each hides after 5 seconds, but you can increase or decrease this time as you need.
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.
var snackID = document.getElementById('snackbar-1');
snackID = new bootstrap.Toast(snackID);
snackID.show();