{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "card-style-default", "type": "registry:block", "title": "card-style-default", "registryDependencies": [ "https://retroui.dev/r/card.json" ], "files": [ { "path": "preview/components/card-style-default.tsx", "content": "import { Card } from \"@/components/retroui/Card\";\n\nexport default function BasicCard() {\n return (\n \n \n This is Card Title\n \n I can not find what to write here.. so imagine I wrote some good\n stuff.\n \n \n \n );\n}\n", "type": "registry:block", "target": "components/retroui/preview/card-style-default.tsx" } ] }