{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "range-calendar-non-contiguous",
  "dependencies": [
    "@internationalized/date"
  ],
  "registryDependencies": [
    "https://taki-ui.com/r/range-calendar.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/range-calendar-non-contiguous.tsx",
      "content": "\"use client\"\n\nimport { RangeCalendar } from \"@/registry/new-york/ui/range-calendar\"\n\nexport default function RangeCalendarNonContiguous() {\n  return (\n    <RangeCalendar aria-label=\"Select a date range\" allowsNonContiguousRanges />\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}