Serendie Design System

AboutGet StartedFoundationsComponents
© Mitsubishi Electric Corporation

Date Picker

Date selection component with calendar UI.

Last updated 9/3/2025

Basic

A basic date picker for selecting a single date.

Date range

A range picker that lets users choose a start and end date.

States

There are four states. Use the required prop for mandatory input and disabled for non-interactive.

Enabled
Filled
Error

正しい日付を入力してください

Disabled

Calendar only

Shows only the calendar without an input field.

26
27
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