docs: Updated links

This commit is contained in:
Ilya Artamonov
2022-12-14 22:53:01 +03:00
parent c5a333eb61
commit 0be359c368
24 changed files with 96 additions and 97 deletions

15
docs/components/footer.md Normal file
View File

@@ -0,0 +1,15 @@
<script setup>
import FooterExample from './footer/examples/FooterExample.vue'
</script>
# Vue Footer Component - Flowbite
```vue
<script setup>
import { Footer } from 'flowbite-vue'
</script>
<template>
<Footer></Footer>
</template>
```
<FooterExample />