SOW : Toasts

Note This is a basic demo! Please see main full documentation here.
Examples
Test & Generate Clear

// JS Code
$.SOW.core.toast.show('danger', '', 'Body Text Here', 'top-center', 0, true);


<!-- on page load, via html code -->
<div class="hide toast-on-load" 
	data-toast-type="danger" 
	data-toast-title="" 
	data-toast-body="Body Text Here" 
	data-toast-pos="top-center" 
	data-toast-delay="0" 
	data-toast-fill="true" 
></div>