Notification
Use the notification-success, notification-error, notification-warning, and notification-info classes for status messages.
<div class="notification-success">This is a success notification.</div>
<div class="notification-error">This is an error notification.</div>
<div class="notification-warning">This is a warning notification.</div>
<div class="notification-info">This is an info notification.</div>This is a success notification.
This is an error notification.
This is a warning notification.
This is an info notification.