Pix0 Logo

Date Picker

The DatePicker component enables users to select a date by providing a convenient dropdown calendar interface.

Basic

Code

<DatePicker/>

Customization

You can set different size for it including small, normal and large as below

Code

<DatePicker size="small" id="datePickerSmall"/>