tabler-ui
Version:
Premium and Open Source dashboard template with responsive and high quality UI. For Free!
8 lines • 313 B
HTML
<div class="card border-{{ include.color }}">
<div class="card-body text-{{ include.color }}">
<h4 class="card-title">
{{ include.color | capitalize }} card title
</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>