Components

Toasts

Toast is mostly used to show feedback messages.

Add toast class to youir html element and then add extra class as per required design.

There are generally 3 types of toast: toast-success, toast-error, and toast-info.

Toast Sample :

Saved!
Not Saved! Try again later.
Saving...

Code Snippet for Toast:

Sample Toast

Click on the button to see preview of toast.

Code Snippet:

JavaScript

Saved!
Inputs