UNPKG

@charescape/mazer-fork-ost

Version:

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page

10 lines (8 loc) 282 B
const toastTrigger = document.getElementById("liveToastBtn") const toastLiveExample = document.getElementById("liveToast") if (toastTrigger) { toastTrigger.addEventListener("click", () => { const toast = new bootstrap.Toast(toastLiveExample) toast.show() }) }