{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "separator6",
  "title": "Separator",
  "description": "Visually or semantically separates content.",
  "files": [
    {
      "path": "contents/components/separator/6/index.tsx",
      "content": "import { Separator } from \"@/components/ui/separator\";\n\nexport default function Example() {\n  return (\n    <div className=\"w-full max-w-sm\">\n      <div className=\"relative flex items-center gap-2\">\n        <Separator className=\"flex-1\" />\n        <span className=\"text-muted-foreground shrink-0 text-sm\">Continue with</span>\n      </div>\n    </div>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/separator6.tsx"
    }
  ],
  "type": "registry:component"
}