Toast
Toasts are used to show pop up messages to the user.
Example of Toasts
We have 3 types of toasts, success toast, warning toast, error toast. For using these toast use classes toast toast-success. For positioning of the toast we have 3 classes bottom-center which would position toast in center, bottom-left which would position toast in left, bottom-right which would position toast in right.
Success Toast Example
Error Toast Example
Warning Toast Example