Organism
Sidebar
A organism component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/sidebarDependencies
This component depends on the following registry items:
buttoninputseparatorsheetskeletontooltip
Usage
tsx
import { Sidebar } from "@/components/ui/organisms/sidebar.tsx";
export default function Example() {
return <Sidebar />;
}