{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "calendar-demo", "type": "registry:example", "registryDependencies": [ "calendar" ], "files": [ { "path": "registry/new-york-v4/examples/calendar-demo.tsx", "content": "\"use client\"\n\nimport * as React from \"react\"\n\nimport { Calendar } from \"@/registry/new-york-v4/ui/calendar\"\n\nexport default function CalendarDemo() {\n const [date, setDate] = React.useState(new Date())\n\n return (\n \n )\n}\n", "type": "registry:example" } ] }