{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "separator-label",
  "type": "registry:example",
  "title": "Separator Label",
  "registryDependencies": [
    "https://seamui.dev/r/separator.json"
  ],
  "files": [
    {
      "path": "registry/seam/examples/separator-label.tsx",
      "content": "import { Separator } from \"@/registry/seam/ui/separator\"\n\nexport default function SeparatorLabel() {\n  return (\n    <div className=\"flex w-full max-w-xs items-center gap-3\">\n      <Separator className=\"flex-1\" />\n      <span className=\"text-muted-foreground text-xs\">OR</span>\n      <Separator className=\"flex-1\" />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}