vuestrap-base-components
Version:
Web components that extend Bootstrap 4.
8 lines (7 loc) • 368 B
HTML
<vs-card variant="default" type="default" align="left">
<img class="card-img img-fluid" src="https://placehold.it/350x150" alt="Card image cap">
<div class="card-block">
<h4 class="card-title">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>
</vs-card>