{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "calendar-01", "type": "registry:block", "description": "A simple calendar.", "registryDependencies": [ "calendar" ], "files": [ { "path": "registry/new-york-v4/blocks/calendar-01.tsx", "content": "\"use client\"\n\nimport * as React from \"react\"\n\nimport { Calendar } from \"@/registry/new-york-v4/ui/calendar\"\n\nexport default function Calendar01() {\n const [date, setDate] = React.useState(\n new Date(2025, 5, 12)\n )\n\n return (\n \n )\n}\n", "type": "registry:component" } ], "meta": { "iframeHeight": "600px", "container": "w-full bg-surface min-h-svh flex px-4 py-12 items-start md:py-20 justify-center min-w-0", "mobile": "component" }, "categories": [ "calendar", "date" ] }