{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "calendar-example",
  "title": "Calendar",
  "description": "calendar-example",
  "registryDependencies": [
    "https://intentui.com/r/calendar"
  ],
  "files": [
    {
      "path": "src/components/examples/date-and-time/calendar/calendar-example.tsx",
      "content": "'use client'\n\nimport { Calendar } from '@/components/ui/calendar'\n\nexport default function CalendarDemo() {\n  return <Calendar aria-label=\"Event date\" />\n}\n",
      "type": "registry:page",
      "target": "app/calendar-example/page.tsx"
    }
  ],
  "type": "registry:page"
}