🔥 LightToast – Custom JavaScript Toast Notification

Elegant, flexible, and reusable notification system for your web projects

⬇️ Download

🚀 Setup Instructions

<script src="path/to/toast.js"></script>

🔧 Basic Usage

showToastMessage('success', 'Saved successfully!');

⚙️ Live Demo Examples

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')