Organism

Sidebar

A organism component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/sidebar

Dependencies

This component depends on the following registry items:

  • button
  • input
  • separator
  • sheet
  • skeleton
  • tooltip

Usage

tsx
import { Sidebar } from "@/components/ui/organisms/sidebar.tsx";

export default function Example() {
  return <Sidebar />;
}