Vue Sidebar Component - Flowbite #
vue
<script setup>
import { Sidebar } from 'flowbite-vue'
</script>
<template>
<Sidebar></Sidebar>
</template>