{ "name": "DatePickerWithIndependentMonths", "type": "registry:example", "dependencies": [ "reka-ui" ], "registryDependencies": [ "utils", "button", "popover", "range-calendar" ], "files": [ { "path": "example/DatePickerWithIndependentMonths.vue", "content": "\n\n\n \n \n \n \n \n \n {{\n formatter.custom(toDate(value.start), {\n dateStyle: \"medium\",\n })\n }}\n -\n {{\n formatter.custom(toDate(value.end), {\n dateStyle: \"medium\",\n })\n }}\n \n\n \n {{\n formatter.custom(toDate(value.start), {\n dateStyle: \"medium\",\n })\n }}\n \n \n \n Pick a date\n \n \n \n \n \n \n \n \n \n \n \n \n {{\n formatter.fullMonthAndYear(\n toDate(firstMonth.value),\n )\n }}\n \n \n \n \n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {{\n formatter.fullMonthAndYear(\n toDate(secondMonth.value),\n )\n }}\n \n\n \n \n \n \n \n \n \n \n {{ day }}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n", "type": "registry:example", "target": "" } ] }