Toasts are non-interactive, passive, and asynchronous short messages for users. Generally they are used as an interface feedback pattern for informing the user about the results of an action.
A simple toast would consists of a feedback message along with a dismiss icon button

Attention Required

Lorem ipsum dolor sit amet consectetur adipisicing elit. Excepturi, dignissimos?
Add the following javascript code in the script tag to make the opening and closing of toast work.
On This Page