docs: update ready components pages
This commit is contained in:
8
docs/components/footer/examples/FooterExample.vue
Normal file
8
docs/components/footer/examples/FooterExample.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="vp-raw flex flex-col">
|
||||
<Footer></Footer>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Footer } from '../../../../src/index'
|
||||
</script>
|
||||
15
docs/components/footer/footer.md
Normal file
15
docs/components/footer/footer.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import FooterExample from './examples/FooterExample.vue'
|
||||
</script>
|
||||
# Footer
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { Footer } from 'flowbite-vue'
|
||||
</script>
|
||||
<template>
|
||||
<Footer></Footer>
|
||||
</template>
|
||||
```
|
||||
|
||||
<FooterExample />
|
||||
Reference in New Issue
Block a user