Elegant, flexible, and reusable notification system for your web projects
⬇️ Download<script src="path/to/toast.js"></script>
showToastMessage('success', 'Saved successfully!');
showToastMessage('Just a simple message')
showToastMessage('success', 'This is a success')
showToastMessage('Timeout demo', 4000)
showToastMessage('Position test', 'top-left')
showToastMessage('error', 'Error + Duration', 5000)
showToastMessage('info', 'Info at center', 'top-center')
showToastMessage('Combo case', 6000, 'bottom-center')