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

16 lines
246 B
Markdown

<script setup>
import ModalExample from './examples/ModalExample.vue'
</script>
# Vue Modal Component - Flowbite
```vue
<script setup>
import { Modal } from 'flowbite-vue'
</script>
<template>
<Modal></Modal>
</template>
```
<ModalExample />