{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "separator-example", "title": "Separator", "registryDependencies": [ "separator", "example" ], "files": [ { "path": "registry/base-nova/examples/separator-example.tsx", "content": "import {\n Example,\n ExampleWrapper,\n} from \"@/registry/base-nova/components/example\"\nimport { Separator } from \"@/registry/base-nova/ui/separator\"\n\nexport default function SeparatorExample() {\n return (\n \n \n \n \n \n \n )\n}\n\nfunction SeparatorHorizontal() {\n return (\n \n
\n
\n
shadcn/ui
\n
\n The Foundation for your Design System\n
\n
\n \n
\n A set of beautifully designed components that you can customize,\n extend, and build on.\n
\n
\n
\n )\n}\n\nfunction SeparatorVertical() {\n return (\n \n
\n
Blog
\n \n
Docs
\n \n
Source
\n
\n
\n )\n}\n\nfunction SeparatorVerticalMenu() {\n return (\n \n
\n
\n Settings\n \n Manage preferences\n \n
\n \n
\n Account\n \n Profile & security\n \n
\n \n
\n Help\n Support & docs\n
\n
\n
\n )\n}\n\nfunction SeparatorInList() {\n return (\n \n
\n
\n
Item 1
\n
Value 1
\n
\n \n
\n
Item 2
\n
Value 2
\n
\n \n
\n
Item 3
\n
Value 3
\n
\n
\n
\n )\n}\n", "type": "registry:example" } ], "type": "registry:example" }