{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "fishy-button",
  "title": "Fishy Button",
  "description": "A simple button component with a fishy theme",
  "registryDependencies": [
    "@bravo/button"
  ],
  "files": [
    {
      "path": "registry/laravel-inertia/components/fishy-button.tsx",
      "content": "import { Button } from \"@/components/ui/button\";\n\nexport function FishyButton() {\n  return (\n    <Button onClick={() => alert(\"snarf snarf linus\")} className=\"bg-blue-800\">\n      Fish\n    </Button>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}