docs: update ready components pages
This commit is contained in:
15
docs/components/card/card.md
Normal file
15
docs/components/card/card.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import CardExample from './examples/CardExample.vue'
|
||||
</script>
|
||||
# Card
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { Card } from 'flowbite-vue'
|
||||
</script>
|
||||
<template>
|
||||
<Card></Card>
|
||||
</template>
|
||||
```
|
||||
|
||||
<CardExample />
|
||||
Reference in New Issue
Block a user