Files
flowbite-vue/docs/components/card/card.md
2022-07-25 14:22:53 +03: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 />