Bulk create components

This commit is contained in:
Richard Gilbert
2022-07-09 11:47:37 +10:00
parent 388eed8286
commit d33f195214
56 changed files with 1319 additions and 0 deletions

15
docs/guide/toast/toast.md Normal file
View File

@@ -0,0 +1,15 @@
<script setup>
import ToastExample from './examples/ToastExample.vue'
</script>
# Toast
```vue
<script setup>
import { Toast } from 'flowbite-vue'
</script>
<template>
<Toast></Toast>
</template>
```
<ToastExample />