mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
4 lines
394 B
HTML
4 lines
394 B
HTML
<div class="progress {% if include['size'] %}progress-{{ include['size'] }}{% endif %}{{ include.class }}">
|
|
<div class="progress-bar{% if include.color %} bg-{{ include.color }}{% endif %}"{% if include.percentage %} style="width: {{ include.percentage }}%"{% endif %} role="progressbar" aria-valuenow="{{ include.percentage | default: 0}}" aria-valuemin="0" aria-valuemax="100"></div>
|
|
</div>
|