{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "date-range-picker-visible-duration-example",
  "title": "Date Range Picker Visible Duration",
  "description": "date-range-picker-visible-duration-example",
  "registryDependencies": [
    "https://intentui.com/r/date-range-picker",
    "https://intentui.com/r/field"
  ],
  "files": [
    {
      "path": "src/components/examples/date-and-time/date-range-picker/date-range-picker-visible-duration-example.tsx",
      "content": "'use client'\n\nimport { DateRangePicker, DateRangePickerTrigger } from '@/components/ui/date-range-picker'\nimport { Label } from '@/components/ui/field'\n\nexport default function DateRangePickerVisibleDurationDemo() {\n  return (\n    <DateRangePicker visibleDuration={{ months: 3 }}>\n      <Label>Event date</Label>\n      <DateRangePickerTrigger />\n    </DateRangePicker>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/date-range-picker-visible-duration-example/page.tsx"
    }
  ],
  "type": "registry:page"
}