{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "github-demo",
  "type": "registry:example",
  "title": "GitHub Graph Demo",
  "description": "Example of the GitHub contribution graph component with custom styling.",
  "registryDependencies": [
    "https://v3cn.vineet.pro/r/github"
  ],
  "files": [
    {
      "path": "registry/v3cn/github/github-demo.tsx",
      "content": "\"use client\"\nimport { GithubGraph } from \"@/components/github\";\n\nconst GithubGraphDemo = () => {\n  return (\n    <div className=\"flex justify-center items-center h-screen\">\n      <GithubGraph\n        username=\"vineetagarwal-code\"\n        blockMargin={2}\n      />\n    </div>\n  )\n}\nexport { GithubGraphDemo };\n",
      "type": "registry:example",
      "target": "components/github-demo.tsx"
    }
  ]
}