Material Design Toast & Snackbar Library with Action Buttons – MiniSnackbar
A lightweight, zero-dependency snackbar & toast notification library for modern web applications. Queue messages, interrupt them, or customize every detail.
A lightweight, zero-dependency snackbar & toast notification library for modern web applications. Queue messages, interrupt them, or customize every detail.
notifyjs is a vanilla JS notification plugin that shows Material Snackbar style notification messages to the user.
A lightweight JavaScript library for creating highly customizable toast popups. Easy to use, highly customizable, and packed with features.
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 »