<DatePicker name="birthday" placeholder="Please select date of birth" />


Property Name | Type | Description | Default value |
name ★ | string | Form Field Name | - |
onChangeAction | ActionConfig | Action triggered by date change | - |
placeholder | string | Placeholder text when no date is selected | - |
defaultValue | string | Default value (ISO date format) | - |
min | string | Minimum date (ISO date format) | - |
max | string | Maximum date (ISO date format) | - |
variant | "solid" | "soft" | "outline" | "ghost" | visual style | "outline" |
size | "3xs" | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | component size | "md" |
side | "top" | "bottom" | "left" | "right" | date panel popup direction | "bottom" |
align | "start" | "center" | "end" | Date Panel Alignment Mode | "start" |
pill | boolean | whether it is capsule shape | false |
block | boolean | whether it is a block-level element | false |
clearable | boolean | whether to display the clear button | false |
disabled | boolean | whether to disable | false |
Feedback