Advanced Guides

Input fields

DayPicker follows the ARIA guidelines for date pickers, including keyboard navigation, focus management, and labeling. However, as developer you will need to adapt DayPicker to your specific use cases.

See the following examples for guidance on how to create accessible date pickers with DayPicker.

<DayPicker mode="single" />

Date Picker

March 2024
SuMoTuWeThFrSa
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