docs: Updated links
This commit is contained in:
15
docs/components/sidebar.md
Normal file
15
docs/components/sidebar.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import SidebarExample from './sidebar/examples/SidebarExample.vue'
|
||||
</script>
|
||||
# Vue Sidebar Component - Flowbite
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { Sidebar } from 'flowbite-vue'
|
||||
</script>
|
||||
<template>
|
||||
<Sidebar></Sidebar>
|
||||
</template>
|
||||
```
|
||||
|
||||
<SidebarExample />
|
||||
Reference in New Issue
Block a user