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