{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "button-ghost",
  "type": "registry:component",
  "title": "Button",
  "author": "Toby Belhome",
  "description": "Displays a button or a component that looks like a button.",
  "dependencies": [],
  "registryDependencies": [
    "button"
  ],
  "files": [
    {
      "path": "examples/components/button/ghost/page.tsx",
      "content": "import { Button } from \"@/components/ui/button\";\n\nexport default function ButtonGhost() {\n  return <Button variant=\"ghost\">Ghost</Button>;\n}\n",
      "type": "registry:component",
      "target": "components/button-ghost.tsx"
    }
  ],
  "meta": {
    "isPro": false
  }
}