Bulk create components
This commit is contained in:
15
docs/guide/modal/modal.md
Normal file
15
docs/guide/modal/modal.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import ModalExample from './examples/ModalExample.vue'
|
||||
</script>
|
||||
# Modal
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { Modal } from 'flowbite-vue'
|
||||
</script>
|
||||
<template>
|
||||
<Modal></Modal>
|
||||
</template>
|
||||
```
|
||||
|
||||
<ModalExample />
|
||||
Reference in New Issue
Block a user