mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
16 lines
338 B
HTML
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>
|