toast-notification-system
v1.0.2
Published
A lightweight, customizable toast notification system for displaying temporary messages (success, error, warning, info) in your web applications.
Readme
Toast Notification System 🍞
A lightweight, customizable toast notification system for displaying temporary messages (success, error, warning, info) in your web applications.

Features ✨
- Customizable Positions: Display toasts in
top-left,top-right,bottom-left, orbottom-right. - Auto-Dismiss: Toasts automatically disappear after a specified duration.
- Manual Dismiss: Allow users to manually dismiss toasts.
- Animations: Smooth slide-in and fade-out animations.
- TypeScript Support: Fully type-safe configuration options.
Demo 🚀
Try it out in your browser with just one click:
(Replace your-github-username with your actual GitHub username.)
Installation 📦
Install the package via npm:
npm install toast-notification-system