How to add and initialize Bootstrap 5 toast on page load?
NOTE this code is tested on Bootstrap 5.0.3.
Push notifications to your visitors with a toast, a lightweight and easily customizable alert message.
Toasts are lightweight notifications designed to mimic the push notifications that have been popularized by mobile and desktop operating systems. They’re built with flexbox, so they’re easy to align and position.
Things to know when using the toast plugin:
Toasts are opt-in for performance reasons, so you must initialize them yourself.
Toasts will automatically hide if you do not specify autohide: false.
Read about it on my blog post:
https://www.goranstimac.com/blog/2021...