@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
18 lines (17 loc) • 455 B
HTML
<i-card>
<template #image>
<img src="/assets/images/placeholder-500x250.jpg" alt="Card Image" />
</template>
<h4 class="card-title">
Card Title
</h4>
<p class="card-subtitle">
Card Subtitle
</p>
<p>
Some quick example text to build on the card title and make up the bulk of the card's content.
</p>
<a class="card-link" href="https://inkline.io">
Example Link
</a>
</i-card>