Top or Bottom
Toasts that appear from the top. These will automatically hide in 3 seconds.
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.
$('#toast-1').toast('show');
$('#toast-1').toast('hide');