16 lines
250 B
Markdown
16 lines
250 B
Markdown
<script setup>
|
|
import FooterExample from './footer/examples/FooterExample.vue'
|
|
</script>
|
|
# Vue Footer - Flowbite
|
|
|
|
```vue
|
|
<script setup>
|
|
import { Footer } from 'flowbite-vue'
|
|
</script>
|
|
<template>
|
|
<Footer></Footer>
|
|
</template>
|
|
```
|
|
|
|
<FooterExample />
|