@@ -59,15 +59,16 @@ For more, take a look at the `/example` directory.
5959
6060## Calendar props
6161
62- | Name | Type | Default | Description |
63- | --------------- | ---------- | ---------- | ------------------------------------------------------------------------ |
64- | mode | ` string ` | ` 'single' ` | Defines the DatePicker mode ` ['single', 'range', 'multiple'] ` |
65- | locale | ` string ` | ` 'en' ` | Defines the DatePicker locale |
66- | minDate | ` DateType ` | ` null ` | Defines DatePicker minimum selectable date |
67- | maxDate | ` DateType ` | ` null ` | Defines DatePicker maximum selectable date |
68- | firstDayOfWeek | ` number ` | ` 0 ` | Defines the starting day of week, number 0-6, 0 - Sunday, 6 - Saturday |
69- | displayFullDays | ` boolean ` | ` false ` | Defines show previous and next month's days in the current calendar view |
70- | initialView | ` string ` | ` 'day' ` | Defines the DatePicker initial view ` ['day', 'month', 'year', 'time'] ` |
62+ | Name | Type | Default | Description |
63+ | --------------- | ---------- | ------------- | ------------------------------------------------------------------------ |
64+ | mode | ` string ` | ` 'single' ` | Defines the DatePicker mode ` ['single', 'range', 'multiple'] ` |
65+ | locale | ` string ` | ` 'en' ` | Defines the DatePicker locale |
66+ | minDate | ` DateType ` | ` null ` | Defines DatePicker minimum selectable date |
67+ | maxDate | ` DateType ` | ` null ` | Defines DatePicker maximum selectable date |
68+ | firstDayOfWeek | ` number ` | ` 0 ` | Defines the starting day of week, number 0-6, 0 - Sunday, 6 - Saturday |
69+ | displayFullDays | ` boolean ` | ` false ` | Defines show previous and next month's days in the current calendar view |
70+ | initialView | ` string ` | ` 'day' ` | Defines the DatePicker initial view ` ['day', 'month', 'year', 'time'] ` |
71+ | height | ` number ` | ` 'undefined' ` | Defines the Calendar view heights |
7172
7273<p align =" center " >
7374<img src =" /.github/images/modes-screenshot.png " />
0 commit comments