@kongponents/kcard

Card component

Usage no npm install needed!

<script type="module">
  import kongponentsKcard from 'https://cdn.skypack.dev/@kongponents/kcard';
</script>

README

@kongponents/kcard

<KCard>
  <template #title>Title</template>
  <template #actions><a href="">Link</a></template>
  <template #body>
    <p style="margin: 0">Some kind of content can go here.</p>
  </template>
</KCard>