Files
flowbite-vue/docs/components/footer/footer.md
2022-09-19 18:42:15 +03:00

16 lines
253 B
Markdown

<script setup>
import FooterExample from './examples/FooterExample.vue'
</script>
# Vue Footer Component - Flowbite
```vue
<script setup>
import { Footer } from 'flowbite-vue'
</script>
<template>
<Footer></Footer>
</template>
```
<FooterExample />