Material Vanilla Snackbars (Html, CSS and Javascript)
snackbar.show("Hello");
snackbar.hide();
snackbar.timer("Hello", 3000);
// Function example callback
function test(){
console.info("Cancel button touch!");
}
// Create new button
var button = {};
button.id = "btn_cancel";
button.title = "Cancel";
// Set function callback
snackbar.setCallback(test);
// Call
snackbar.timer("Hello World", 3000, button);
- If your project already uses reset.css, remove the file