Skip to content

mikker/sourdough-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourdough Toast

A plain JavaScript toast notification library inspired by Sonner.

Demo and usage

import { Sourdough, toast } from "sourdough-toast";

const sourdough = new Sourdough();
window.addEventListener("DOMContentLoaded", () => sourdough.boot());

toast("Saved");
toast("Pin this until I close it", { persist: true });

License

MIT

About

Plain JS toast notifications

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors