{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sidebar", "title": "Sidebar", "registryDependencies": [ "@birchline/tokens", "@birchline/utils" ], "files": [ { "path": "src/components/ui/sidebar.tsx", "content": "import * as React from \"react\"\nimport { cn } from \"@/lib/utils\"\n\nconst Sidebar = React.forwardRef>(\n ({ className, ...props }, ref) => (\n \n )\n)\nSidebar.displayName = \"Sidebar\"\n\nconst SidebarHeader = React.forwardRef>(\n ({ className, ...props }, ref) => (\n
\n )\n)\nSidebarHeader.displayName = \"SidebarHeader\"\n\nconst SidebarContent = React.forwardRef>(\n ({ className, ...props }, ref) => (\n
\n )\n)\nSidebarContent.displayName = \"SidebarContent\"\n\nconst SidebarFooter = React.forwardRef>(\n ({ className, ...props }, ref) => (\n
\n )\n)\nSidebarFooter.displayName = \"SidebarFooter\"\n\nconst SidebarGroup = React.forwardRef>(\n ({ className, ...props }, ref) => (\n
\n )\n)\nSidebarGroup.displayName = \"SidebarGroup\"\n\nconst SidebarGroupLabel = React.forwardRef>(\n ({ className, ...props }, ref) => (\n \n )\n)\nSidebarGroupLabel.displayName = \"SidebarGroupLabel\"\n\nconst SidebarItem = React.forwardRef<\n HTMLButtonElement,\n React.ButtonHTMLAttributes & { active?: boolean }\n>(({ className, active, ...props }, ref) => (\n \n))\nSidebarItem.displayName = \"SidebarItem\"\n\nexport {\n Sidebar,\n SidebarHeader,\n SidebarContent,\n SidebarFooter,\n SidebarGroup,\n SidebarGroupLabel,\n SidebarItem,\n}\n", "type": "registry:ui", "target": "components/ui/sidebar.tsx" } ], "type": "registry:ui" }