The pagination component consists of several elements:
-
pagination-previous
and pagination-next
for incremental navigation
-
pagination-list
which displays page items:
-
pagination-link
for the page numbers
-
pagination-ellipsis
for range separators
All elements are optional so you can compose your pagination as you wish.
{% include snippet.html content=pagination_example horizontal=true more=true %}
You can disable some links if they are not active, or change the amount of page numbers available.
{% include snippet.html content=pagination_options_example horizontal=true more=true %}
By default on tablet, the list is located on the left, and the previous/next buttons on the right. But you can change the order of these elements by using the is-centered
and is-right
modifiers.
{% include snippet.html content=pagination_centered_example horizontal=true more=true %}
{% include snippet.html content=pagination_right_example horizontal=true more=true %}
{% include anchor.html name="Styles" %}
{% include elements/new-tag.html version="0.6.2" %}