{% extends 'base.html' %} {% load static %} {% block title %}Modal & Notifications{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block content %}
| Description | |
|---|---|
| Add default notification. | Demo |
| Add sticky notification | Demo |
| Add notification without image | Demo |
| Add a white notification | Demo |
| Add notification (with callbacks) | Demo |
| Add a sticky notification (with callbacks) | Demo |
| Add notification with max of 3 | Demo |
| Remove all notifications | Demo |
| Remove all notifications (with callbacks) | Demo |