JavaScript & CSS Snackbar

Create Google Android and Material Design styled snackbar notification messages with vanilla JavaScript and/or pure CSS.

View more: Material Design Toast Notification Libraries

Tiny Snackbar & Toast Message Library – simpleSnackbar.js

Category: Javascript , Notification | November 12, 2019

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 »

DemoDownload