docs: update ready components pages

This commit is contained in:
Alexandr
2022-07-25 14:22:53 +03:00
parent f70aff0165
commit 6117a0ffaf
82 changed files with 100 additions and 35 deletions

View 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 />