{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "card-demo", "type": "registry:example", "registryDependencies": [ "card", "button", "switch" ], "files": [ { "path": "registry/new-york-v4/examples/card-demo.tsx", "content": "import { Button } from \"@/registry/new-york-v4/ui/button\"\nimport {\n Card,\n CardAction,\n CardContent,\n CardDescription,\n CardFooter,\n CardHeader,\n CardTitle,\n} from \"@/registry/new-york-v4/ui/card\"\nimport { Input } from \"@/registry/new-york-v4/ui/input\"\nimport { Label } from \"@/registry/new-york-v4/ui/label\"\n\nexport default function CardDemo() {\n return (\n \n \n Login to your account\n \n Enter your email below to login to your account\n \n \n \n \n \n \n
\n
\n
\n \n \n
\n
\n
\n \n \n Forgot your password?\n \n
\n \n
\n
\n
\n
\n \n \n \n \n
\n )\n}\n", "type": "registry:example" } ] }