Files
flowbite-vue/docs/components/modal/modal.md
2022-07-25 14:22:53 +03:00

16 lines
221 B
Markdown

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