mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
19 lines
346 B
HTML
19 lines
346 B
HTML
---
|
|
title: Pagination
|
|
---
|
|
|
|
|
|
{% card %}
|
|
{% include parts/pagination.html %}
|
|
{% include parts/pagination.html icons=true %}
|
|
{% endcard %}
|
|
|
|
|
|
{% card %}
|
|
{% include parts/pagination.html count=0 prev-description="Getting started" next-description="Breadcrumbs" %}
|
|
{% endcard %}
|
|
|
|
<div>
|
|
{% include parts/pagination.html icons=true %}
|
|
</div>
|