16 lines
253 B
Markdown
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 />
|