Index

arrow_back "Miscellaneous" Category

Snackbar

A snackbar that displays at the bottom of the screen to alert the user of... something.

Demo

This is a snackbar. close

Code

code scss/elements/_snackbar.scss
<div class="snackbar">
	<span class="snackbar-text">This is a snackbar.</span>
	<a class="snackbar-link"><i class="material-icons">close</i></a>
</div>