Skip to content

reachtokish/rctx-toastr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rctx-toastr

Under Development

toastr.init({
  autoClose,
  position,
  type
});
toastr.success(template, {
  autoClose: autoClose === 'false' ? false : autoClose,
  position,
  type,
  title: "Payment Complete!!",
  content: "Some toastr content!!",
  theme: 'THEME_ONE/THEME_TWO'
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published