React Calendar Toolkit
Edit page
OverviewGetting startedDatepickerDatepicker attached to the inputChange visual theme
Customize UI
DayHeaderInputModalWrapperMonthPopoverWrapperSelectorPropsWeekDaysYear
Utilities

Selector component is rendered to the top of calendar. It allows changing calendar precision (setPrecision) and stepping months (incrementMonth, decrementMonth). Replace it with custom component.

Props

selectedTimestamp
number
required
todayTimestamp
number
required
visibleTimestamp
number
required
renderAs
elementType
required
startDate
Class(Date)
required
endDate
Class(Date)
required
precision
'year' │ 'month' │ 'day'
required