Alerts
Alerts are used to grab user attention to show important message on the screen without interrupting the user's flow.
Simple Alerts
There are 5 types of simple alerts available to use as per the
situation like success, warning, info, error, custom.
To use alert add common class (e.g., .alert) and add second class
as per the message you want to give user, for example to give
error alert message use (e.g., class = "alert alert-error").

A success alert example!!!!

A warning alert example!!!

A information alert example!!!

A error alert example!!!
