{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "card-with-button", "type": "registry:ui", "registryDependencies": [ "card", "button" ], "files": [ { "path": "components/examples/card-with-button.tsx", "content": "\"use client\"\n\nimport { Button } from \"@/components/ui/button\"\nimport {\n Card,\n CardContent,\n CardDescription,\n CardFooter,\n CardHeader,\n CardTitle,\n} from \"@/components/ui/card\"\n\nexport default function CardWithButton() {\n return (\n \n \n Card Title\n \n This is a brief description of the card content.\n \n \n \n

\n More detailed information goes here in the card content area.\n

\n
\n \n \n \n
\n )\n}\n", "type": "registry:ui" } ] }