0.0.6 • Published 7 years ago
toast-ly v0.0.6
toast-ly
let $toast = new $Toast({
boxBgClass: '',
textBgClass: '',
animation: '',
autoClose: 1,
duration: 1000
});
$toast.open('test');
##github
let $toast = new $Toast({
boxBgClass: '',
textBgClass: '',
animation: '',
autoClose: 1,
duration: 1000
});
$toast.open('test');
##github