{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "separator", "type": "registry:ui", "dependencies": [ "@base-ui-components/react" ], "files": [ { "path": "registry/ui/separator.tsx", "content": "import { Separator as SeparatorPrimitive } from \"@base-ui-components/react/separator\";\nimport type * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nfunction Separator({\n className,\n orientation = \"horizontal\",\n ...props\n}: React.ComponentProps) {\n return (\n \n );\n}\n\nexport { Separator };\n", "type": "registry:ui" } ] }