mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
6 lines
298 B
HTML
6 lines
298 B
HTML
<span class="status{% if include.color %} status-{{ include.color }}{% endif %}{% if include.lite %} status-lite{% endif %}">
|
|
{% if include.dot %}
|
|
<span class="status-dot{% if include.animated %} status-dot-animated{% endif %}"></span>
|
|
{% endif %}
|
|
{{ include.text | default: 'Status' }}
|
|
</span> |