1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 09:54:24 +04:00
Files
tabler/pages/lists.html
2020-02-01 21:56:24 +01:00

16 lines
338 B
HTML

---
menu: base.lists
title: Lists
page-header: Lists
---
<div class="row">
<div class="col-md-6">
{% include cards/users-list-2.html %}
{% include cards/users-list.html offset=8 checkbox=true title="Contacts" %}
</div>
<div class="col-md-6">
{% include cards/users-list.html hoverable=true checked-ids="2,5,8" %}
</div>
</div>