UNPKG

176 BTypeScriptView Raw
1import React from "react";
2
3import { DayPicker } from "react-day-picker";
4
5export function MultipleMonthsPaged() {
6 return <DayPicker numberOfMonths={2} pagedNavigation />;
7}