{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "metal-button-demo",
  "type": "registry:page",
  "title": "Metal Button Basic Example",
  "author": "Lakshay Bhushan",
  "description": "A basic example of the metal button component",
  "registryDependencies": [
    "https://button.lakshb.dev/r/metal-button.json"
  ],
  "files": [
    {
      "path": "registry/example/metal-button-demo.tsx",
      "content": "import { MetalButton } from \"@/components/metal-button\";\n\nexport function MetalButtonDemo() {\n  return (\n    <div className=\"flex min-h-screen items-center justify-center\">\n      <MetalButton variant=\"default\">Button</MetalButton>\n    </div>\n  );\n}\n",
      "type": "registry:page",
      "target": "components/metal-button-demo.tsx"
    }
  ]
}