{% extends "base-site.html" %} {% block title %} UI Notifications {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}

Notifications Style

This is a plain notification
This is a notification with close button.
This is a notification with close button and icon.
This is a notification with close button and icon and have many lines. You can see that the icon and the close button are always vertically aligned. This is a beautiful notification. So you don't have to worry about the style.

Notification states

Primary - This is a regular notification made with ".alert-primary"
Info - This is a regular notification made with ".alert-info"
Success - This is a regular notification made with ".alert-success"
Warning - This is a regular notification made with ".alert-warning"
Danger - This is a regular notification made with ".alert-danger"

Notifications Places

Click to view notifications

{% endblock content %} {% block javascripts %}{% endblock javascripts %}