Files
flowbite-vue/docs/components/card/card.md
2022-09-19 18:42:15 +03:00

16 lines
240 B
Markdown

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