Skip to content

Files

Latest commit

b38d8f9 · Apr 1, 2023

History

History
20 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 482 Bytes

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.