Component sidebar does not exist
Use the sidebar component to show a list of menu items including multi-level dropdown menu on the left or right side of your page for admin dashboards and applications
The sidebar component is an UI component that you can use for the navigation mechanism in your website or application that you would position to the left or right side of your page.
A sidebar can include content such as menu list items, dropdown, user profile information, CTA buttons, and more - you can use the custom props from Qwik to customize the options and the utility classes from Tailwind CSS to update the styles.
To start using the sidebar component make sure you import it from flowbite-qwik :
import { Sidebar } from "flowbite-qwik"