toastification
v0.1.4
Published
Toast Notifications for TypeScript & Lestin
Downloads
108
Maintainers
Readme
Toastification
Toast notifications for TypeScript & Lestin.
Zero-dependency.
Import Font Awesome for Toast actions' icons.
import { ShowToast, ToastType } from "toastification/Toast";
import "toastification/dist/Toast.css";
import("@fortawesome/fontawesome-free/js/all.min.js");
ShowToast(ToastType.Success, "Done! Now go get some coffee!");
License
Developed by Shahab Movahhedi
MIT Licensed.