https://inyat-gif.github.io/Notification_Library/ A lightweight library for sending and managing notifications in web applications. It supports multiple notification types and can be easily integrated into any project.
- Display different types of notifications (success, error, info).
- Customizable appearance and behavior.
- Easy integration with existing web apps.
- JavaScript: Core functionality.
- CSS: Styling for notification components.
-
Clone the repository:
git clone https://github.com/INYAT-gif/Notification_Library.git cd Notification_Library
-
Include the
notification.js
andnotification.css
files in your project. -
Initialize the library:
<script src="notification.js"></script> <link rel="stylesheet" href="notification.css">
-
Call the
sendNotification
function to display a notification:sendNotification({ type: 'success', message: 'This is a success message!', duration: 3000 });
Made with ❤️ by Inyat Nathani