Files
flowbite-vue/docs/components/footer.md
2023-06-28 18:45:38 +03:00

250 B

<script setup> import FooterExample from './footer/examples/FooterExample.vue' </script>

Vue Footer - Flowbite

<script setup>
import { Footer } from 'flowbite-vue'
</script>
<template>
  <Footer></Footer>
</template>