Files
flowbite-vue/docs/components/footer.md
2022-12-14 22:53:01 +03:00

16 lines
260 B
Markdown

<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 />