Paged months navigation

Combined with numberOfMonths, pagedNavigation will navigate the specified number of months at time.

Code


import React from 'react';
import DayPicker from 'react-day-picker';
import 'react-day-picker/lib/style.css';

export default function Example() {
  return <DayPicker numberOfMonths={2} pagedNavigation fixedWeeks />;
}

Result


March 2021
Su
Mo
Tu
We
Th
Fr
Sa
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
April 2021
Su
Mo
Tu
We
Th
Fr
Sa
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8