1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-18 03:21:41 +04:00
Files
tabler/pages/_includes/ui/spinner.html
T
2019-04-17 19:53:44 +02:00

5 lines
407 B
HTML

{% assign elem = include.element | default: 'div' %}
<{{ elem }} class="spinner-{{ include.type | default: 'border' }}{% if include.color %} text-{{ include.color }}{% endif %}{% if include['size'] %} spinner-{{ include.type | default: 'border' }}-{{ include['size'] }}{% endif %}{% if include.class %} {{ include.class }}{% endif %}" role="status">
<span class="sr-only">loading...</span>
</{{ elem }}>