docs: Updated links
This commit is contained in:
15
docs/components/footer.md
Normal file
15
docs/components/footer.md
Normal 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 />
|
||||
Reference in New Issue
Block a user