{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "card-with-form", "type": "registry:example", "registryDependencies": [ "button", "card", "input", "label", "select" ], "files": [ { "path": "registry/new-york-v4/examples/card-with-form.tsx", "content": "import * as React from \"react\"\n\nimport { Button } from \"@/registry/new-york-v4/ui/button\"\nimport {\n Card,\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\"\nimport {\n Select,\n SelectContent,\n SelectItem,\n SelectTrigger,\n SelectValue,\n} from \"@/registry/new-york-v4/ui/select\"\n\nexport default function CardWithForm() {\n return (\n \n \n Create project\n Deploy your new project in one-click.\n \n \n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n
\n \n \n \n \n
\n )\n}\n", "type": "registry:example" } ] }