Skip to content

ChuckTerry/ez-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ez-toast

Toast notifications, without all the bagel.

// Can be called with or without new operator
Toast(message: string, className: string, time: integer);

Basic Usage

import { Toast } from `Path to Toast.js`;

yourButtonElement.addEventListener('click', () => {
  Toast('You Clicked My Button!');
});

About

Toast notifications, without the extra bagel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published