{% extends "partials/base.html" %} {% load static %} {% block title %}Pagination{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block pagetitle %} {% include "partials/page-title.html" with pagetitle="Base UI" title="Pagination" %} {% endblock pagetitle %} {% block content %}
Simple pagination inspired by Rdio, great for apps and search results.
Pagination links are customizable for different circumstances. Use
.disabled
for links that appear un-clickable and .active
to indicate the
current page.
Change the alignment of pagination components with flexbox utilities.
Add .pagination-rounded
for rounded pagination.
Add .pagination-lg
or .pagination-sm
for
additional sizes.