does sweet alert have a notification like a toaster notification
and have a sound notification
does sweet alert have a notification like a toaster notification
Yes
const toast = swal.mixin({
toast: true,
position: 'top-end',
showConfirmButton: false,
timer: 3000
});
toast({
type: 'success',
title: 'Signed in successfully'
})
and have a sound notification
Most helpful comment
Yes
https://jsfiddle.net/ad3quksn/69/