docs: Updated links
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<script setup>
|
||||
import SidebarExample from './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