mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
6 lines
332 B
HTML
6 lines
332 B
HTML
<div class="card-group">
|
|
{% include "cards/card.html" link=true class="text-center" body="This is first card" inactive=true %}
|
|
{% include "cards/card.html" link=true class="text-center" body="This is second card" active=true %}
|
|
{% include "cards/card.html" link=true class="text-center" body="This is third card" %}
|
|
</div>
|