--- layout: docs title: Snackbars group: material-design --- Snackbars and toasts can be created using the [SnackbarJS](https://github.com/FezVrasta/snackbarjs) plugin developed by us. ## Contents * Will be replaced with the ToC, excluding the "Contents" header {:toc} ## Include in the page In order to make snackbars work, make sure to include `snackbar.min.js` before `bootstrap-material-design.iife.min.js`. {% highlight html %} {% endhighlight %}