toast-rack
v0.2.1
Published
A lightweight toast notification library built with Vanilla JS.
Readme
Toast Rack
Beautiful Toast Notifications Built with Vanilla JavaScript
Toast Rack is a lightweight, customizable Javascript toast notification library with zero dependencies.
Usage
pnpm i toast-rack// create a single instance of Toaster for the entire app
import { Toaster } from "toast-rack";
const toaster = new Toaster();
// import the toaster from anywhere in your app
toaster.toast("Hello, world!");See the doc site for more examples and advanced usages: https://toast-rack.vercel.app
License
MIT
