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