mirror of
https://github.com/tabler/tabler.git
synced 2026-07-26 04:54:40 +04:00
20 lines
389 B
HTML
20 lines
389 B
HTML
---
|
|
title: Pagination
|
|
page-header: Pagination
|
|
menu: base.pagination
|
|
done: true
|
|
---
|
|
|
|
{% card %}
|
|
{% include ui/pagination.html %}
|
|
{% include ui/pagination.html icons=true %}
|
|
{% endcard %}
|
|
|
|
{% card %}
|
|
{% include ui/pagination.html count=0 prev-description="Getting started" next-description="Breadcrumbs" %}
|
|
{% endcard %}
|
|
|
|
<div>
|
|
{% include ui/pagination.html icons=true %}
|
|
</div>
|