Files
flowbite-vue/docs/guide/card/card.md
2022-07-09 11:47:37 +10:00

16 lines
214 B
Markdown

<script setup>
import CardExample from './examples/CardExample.vue'
</script>
# Card
```vue
<script setup>
import { Card } from 'flowbite-vue'
</script>
<template>
<Card></Card>
</template>
```
<CardExample />