Build faster with Premium Chakra UI Components 💎

Learn more
release·

March 3, 2026

DatePicker Lands

SA

Today we're shipping Chakra UI v3.34 with one of the most requested additions: DatePicker.

Date inputs look simple until you build them. Keyboard navigation, locale-aware formatting, range selection, unavailable dates, multiple calendar views, positioning, and form integration all add up fast. DatePicker gives you these behaviors out of the box, with an API that fits the rest of Chakra UI.

DatePicker Features

Range Selection

For booking flows, analytics filters, and reporting dashboards, set selectionMode="range".

Presets and Time Selection

When you need "Last 7 days"-style shortcuts or datetime workflows, DatePicker has you covered with presets and time input support.

March 2026
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
11

Need time precision too? Pair it with time input for datetime workflows.

Also in v3.34

Alongside DatePicker, we shipped a round of important fixes and DX improvements:

Upgrading

npm install @chakra-ui/react@latest

This release is backward compatible, so you can upgrade and start using DatePicker right away.

Try it out and tell us what you build in Discord or on Twitter.