{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "border1",
  "description": "Border1 component.",
  "dependencies": [],
  "files": [
    {
      "path": "registry/new-york/borders/border1.tsx",
      "content": "const Border1 = () => (\n  <div className=\"relative w-full h-full\">\n    <span className=\"absolute -top-0 -left-[0.5px] block size-6 border-dashed border-t-1 border-l-1 border-muted-foreground z-30\" />\n    <span className=\"absolute -top-px -right-px block size-6 border-dashed border-t-1 border-r-1 border-muted-foreground z-30\" />\n    <span className=\"absolute -bottom-px -left-[0.5px] block size-6 border-dashed border-b-1 border-l-1 border-muted-foreground z-30\" />\n    <span className=\"absolute -bottom-px -right-px block size-6 border-b-1 border-r-1 border-dashed border-muted-foreground z-30\" />\n  </div>\n);\n\nexport default Border1;\n",
      "type": "registry:component",
      "target": "components/pixel-perfect/border1.tsx"
    }
  ],
  "type": "registry:block"
}