mirror of
https://github.com/tabler/tabler.git
synced 2026-08-04 09:24:40 +04:00
7 lines
318 B
HTML
7 lines
318 B
HTML
<div class="card bg-{{ include.color | default: 'success' }}">
|
|
<div class="card-body text-white">
|
|
<div class="card-value pull-right">{{ include.rate | default: '23%' }}</div>
|
|
<h3 class="mb-1">{{ include.title | default: '423' }}</h3>
|
|
<div>{{ include.description | default: 'Users online' }}</div>
|
|
</div>
|
|
</div> |