Skip to content

0bora0/Toastify-Demonstration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toastify.js Notification Library

Live demo is available here

Introduction

Toastify.js is a lightweight JavaScript library for creating stylish and customizable toast notifications in web applications. It enables developers to display interactive, non-intrusive messages with various customization options.

Features

Customizable Notifications – Modify the position, background color, duration, and styling.
Auto-dismiss & Click-to-Close – Set a timeout or let users close the notification manually.
CSS & Animation Support – Add smooth transitions and styles for better UX.
Responsive & Mobile-Friendly – Works seamlessly across all screen sizes.
Progress Bar – Show a progress bar indicating when the toast will disappear.
Callbacks & Events – Trigger actions when a toast is displayed, clicked, or dismissed.
Works with Vanilla JS & Frameworks – Supports plain JavaScript, React, Vue, and more.

Installation

Using CDN

Add the following links to your HTML file:

<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>

About

Lightweight JavaScript Notifications Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published