{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"c-separator-1","type":"registry:block","title":"Horizontal separator for content sections.","description":"Horizontal separator for content sections.","dependencies":[],"registryDependencies":["separator"],"files":[{"path":"c-separator-1.tsx","type":"registry:block","content":"import { Separator } from \"@/components/ui/separator\"\n\nexport function Pattern() {\n  return (\n    <div className=\"mx-auto flex w-full max-w-xs flex-col gap-2 text-sm\">\n      <div className=\"flex flex-col gap-1\">\n        <div className=\"text-sm leading-none font-medium\">Design System</div>\n        <div className=\"text-muted-foreground text-xs\">\n          The Foundation for your UI.\n        </div>\n      </div>\n      <Separator />\n      <div className=\"text-muted-foreground\">\n        A set of beautifully designed components that you can customize, extend,\n        and build on.\n      </div>\n    </div>\n  )\n}","target":"components/examples/c-separator-1.tsx"}],"meta":{"order":1}}