tabler-ui
Version:
Premium and Open Source dashboard template with responsive and high quality UI. For Free!
11 lines • 491 B
HTML
<div class="card p-3">
<div class="d-flex align-items-center">
<span class="stamp stamp-md bg-{{ include.color | default: 'red' }} mr-3">
<i class="{{ include.icon | default: 'fa fa-dollar' }}"></i>
</span>
<div>
<h4 class="m-0"><a href="javascript:void(0)">{{ include.value | default: '16' }} <small>{{ include.description | default: 'Sales' }}</small></a></h4>
<small class="text-muted">{{ include.subtitle | default: '6 waiting payments' }}</small>
</div>
</div>
</div>