/toaster

A Simple VanillaJS Toast Notification Maker

Primary LanguageJavaScript

Toaster

A Simple VanillaJS Toast Notification Maker

Usage

It is very simple to use this class, an example usage for a basic toast is below:

var Toaster = new Toaster();
Toaster.addCss();

Toaster.addToast("Hi I'm a toast!");