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