react-day-picker / website /examples-v8 /MultipleMonthsPaged.tsx
AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified
import { DayPicker } from "./react-day-picker-v8";
export function MultipleMonthsPaged() {
return <DayPicker numberOfMonths={2} pagedNavigation />;
}