Simple Interactive Snackbar & Toast Notification In Vanilla JavaScript – notifyjs
notifyjs is a vanilla JS notification plugin that shows Material Snackbar style notification messages to the user.
notifyjs is a vanilla JS notification plugin that shows Material Snackbar style notification messages to the user.
Msg is a JavaScript library to create and manage highly customizable modal windows and popup boxes on the webpage.
js-snackbar is a pure JavaScript plugin that helps you create Material Design inspired non-blocking snackbars & toast notifications on the web app.
AST-Notif is a simple yet feature-rich notification library to create alert dialog, Microsoft style growl notifications, and Android Material style toasts & snackbars on the web.
toastnotify is a tiny notification plugin to create Google-style toasts and snackbars sliding from the left side of the screen when triggered.
A tiny and easy-to-use JavaScript (ES6) plugin to show snackbar & toast style notification popups in the document. How to use it: 1. Load the simpleSnackbar.js plugin’s files in the HTML document. <link href=”dist/simpleSnackbar.css” rel=”stylesheet” /> <script src=”dist/simpleSnackbar.js”></script> 2. Create a new snackbar instance. const snackbar = new simpleSnackbar(‘This is a basic message!’); 3. Show… Read More »
A pretty nice Android inspired snack bar component that shows feedback messages to your users with custom action/callback support.
Yet another JavaScript library used to create Material Design style snackbars, toast messages, banner notifications on the web app.