docs: update ready components pages
This commit is contained in:
15
docs/components/navbar/navbar.md
Normal file
15
docs/components/navbar/navbar.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import NavbarExample from './examples/NavbarExample.vue'
|
||||
</script>
|
||||
# Navbar
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { Navbar } from 'flowbite-vue'
|
||||
</script>
|
||||
<template>
|
||||
<Navbar></Navbar>
|
||||
</template>
|
||||
```
|
||||
|
||||
<NavbarExample />
|
||||
Reference in New Issue
Block a user