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