{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "calendar-16", "type": "registry:block", "description": "With time picker", "registryDependencies": [ "calendar", "card", "input", "label" ], "files": [ { "path": "registry/new-york-v4/blocks/calendar-16.tsx", "content": "\"use client\"\n\nimport * as React from \"react\"\nimport { Clock2Icon } from \"lucide-react\"\n\nimport { Calendar } from \"@/registry/new-york-v4/ui/calendar\"\nimport { Card, CardContent, CardFooter } 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 Calendar16() {\n const [date, setDate] = React.useState(\n new Date(2025, 5, 12)\n )\n\n return (\n \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:component" } ], "meta": { "iframeHeight": "600px", "container": "w-full bg-surface min-h-svh flex px-6 py-12 items-start justify-center min-w-0", "mobile": "component" }, "categories": [ "calendar", "date" ] }