Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

nicetoast

A simple JavaScript notification box plugin

Usage

  1. include js
  2. Error message
     $niceToast.error('error message here');
    
  3. Success message
    $niceToast.success('success message here');
    
  4. Warning message
    $niceToast.warning('warning message here');
    

About

A simple JavaScript notification box plugin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors