{ "name": "v0-button", "type": "registry:component", "registryDependencies": [ "button" ], "files": [ { "type": "registry:component", "content": "import { Button } from \"@/components/ui/button\";\nimport { cn } from \"@/lib/utils\";\n\nconst prePath = process.env.VERCEL_PROJECT_PRODUCTION_URL\n ? `https://${process.env.VERCEL_PROJECT_PRODUCTION_URL}`\n : `https://${process.env.NEXT_PUBLIC_SITE_URL}`;\n\nexport default function V0Button({\n name = \"liquid-glass-card\",\n className,\n}: { name?: string } & React.ComponentProps) {\n return (\n \n \n Open in{\" \"}\n \n \n \n \n \n \n );\n}\n", "path": "/components/kokonutui/v0-button.tsx", "target": "components/kokonutui/v0-button.tsx" } ] }