{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "resizable", "title": "Resizable", "description": "The shadcn resizable panel group, panel, and accessible separator for react-resizable-panels v4", "dependencies": ["daisyui", "lucide-react", "react-resizable-panels@^4.12.1"], "files": [ { "path": "registry/default/ui/resizable.tsx", "content": "'use client';\n\nimport { GripVerticalIcon } from 'lucide-react';\nimport * as ResizablePrimitive from 'react-resizable-panels';\nimport { cn } from '@/lib/utils';\n\nexport function ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps) {\n\treturn (\n\t\t\n\t);\n}\n\nexport function ResizablePanel(props: ResizablePrimitive.PanelProps) {\n\treturn ;\n}\n\nexport function ResizableHandle({\n\twithHandle,\n\tclassName,\n\t...props\n}: ResizablePrimitive.SeparatorProps & { withHandle?: boolean }) {\n\treturn (\n\t\tdiv]:rotate-90',\n\t\t\t\tclassName,\n\t\t\t)}\n\t\t\t{...props}\n\t\t>\n\t\t\t{withHandle ? (\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t) : null}\n\t\t\n\t);\n}\n", "type": "registry:ui", "target": "@ui/resizable.tsx" } ], "type": "registry:ui" }