16 lines
260 B
Markdown
16 lines
260 B
Markdown
<script setup>
|
|
import TooltipExample from './examples/TooltipExample.vue'
|
|
</script>
|
|
# Vue Tooltip Component - Flowbite
|
|
|
|
```vue
|
|
<script setup>
|
|
import { Tooltip } from 'flowbite-vue'
|
|
</script>
|
|
<template>
|
|
<Tooltip></Tooltip>
|
|
</template>
|
|
```
|
|
|
|
<TooltipExample />
|