Skip to content

INYAT-gif/Notification_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

🚀 Features

  • Display different types of notifications (success, error, info).
  • Customizable appearance and behavior.
  • Easy integration with existing web apps.

🛠️ Technologies

  • JavaScript: Core functionality.
  • CSS: Styling for notification components.

⚙️ Getting Started

  1. Clone the repository:

    git clone https://github.com/INYAT-gif/Notification_Library.git
    cd Notification_Library
  2. Include the notification.js and notification.css files in your project.

  3. Initialize the library:

    <script src="notification.js"></script>
    <link rel="stylesheet" href="notification.css">
  4. Call the sendNotification function to display a notification:

    sendNotification({
      type: 'success',
      message: 'This is a success message!',
      duration: 3000
    });

Made with ❤️ by Inyat Nathani

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages