mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
11 lines
342 B
HTML
11 lines
342 B
HTML
<div class="d-flex">
|
|
<h3 class="card-title{% if include.class %} {{ include.class }}{% endif %}">
|
|
{{ include.text | default: include.title | default: 'Card title' }}
|
|
</h3>
|
|
{% if include.more %}
|
|
<div class="ms-auto">
|
|
{% include "ui/button.html" icon="dots" size="sm" icon-only action %}
|
|
</div>
|
|
{% endif %}
|
|
</div>
|