BBS5 Toast
Learn how to create toasts.
BS5 Toast
The Toast component is like an alert box that is only shown for a couple of seconds when something happens (i.e. when the user clicks on a button, submits a form, etc.).
Initialization
Toasts need to be initialized with JavaScript: var toastList = toastElList.map(function (toastEl) { return new bootstrap.Toast(toastEl, option) }).
To show a toast, use the .show() method.
Examples
Basic Toast
html/cssToast Placement
html/css