DatePicker - Keep React
Table of Contents#
- Default Date Picker
- Circle day shape
- Multiple Date Picker
- Date Range Picker
- Multiple Month Date Picker
- Reference
Default Date Picker#
The Default Date Picker component provides a simple interface for selecting a single date. Users can choose a date, and the selected date is managed using state.
Circle day shape#
We can change day picker day shape by using dayShape props using "circle"
and 'rounded'
. By default it will be 'rounded'
.
Multiple Date Picker#
The Multiple Date Picker allows users to view and select dates from multiple months. You can customize the number of months displayed using the numberOfMonths
prop.
Date Range Picker#
The Date Range Picker enables users to select a range of dates. Set the mode prop to "range"
to enable this functionality.
Multiple Month Date Picker#
The Multiple Month Date Picker lets users select date ranges spanning across multiple months.
Reference#
For further details and advanced usage, refer to the documentation of React Day Picker