Skip to content
On this page

Vue Sidebar Component - Flowbite

vue
<script setup>
import { Sidebar } from 'flowbite-vue'
</script>
<template>
  <Sidebar></Sidebar>
</template>

Released under the MIT License.