Skip to content

Commit

Permalink
docs(readme): include the new isDateDisabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
JHPG committed Jul 16, 2024
1 parent e9d89f3 commit 466d218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ For more, take a look at the `/example` directory.
| locale | `string` | `'en'` | Defines the DatePicker locale |
| minDate | `DateType` | `null` | Defines DatePicker minimum selectable date |
| maxDate | `DateType` | `null` | Defines DatePicker maximum selectable date |
| isDateDisabled? | `Date` | `boolean` | Defines a custom callback to disable custom dates like weekends |
| firstDayOfWeek | `number` | `0` | Defines the starting day of week, number 0-6, 0 - Sunday, 6 - Saturday |
| displayFullDays | `boolean` | `false` | Defines show previous and next month's days in the current calendar view |
| initialView | `string` | `'day'` | Defines the DatePicker initial view `['day', 'month', 'year', 'time']` |
Expand Down

0 comments on commit 466d218

Please sign in to comment.