renderDay for custom day icon #1421
Unanswered
annaolchowik
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<DayPicker
month={month}
renderDay={renderDay}
fromMonth={fromMonth}
pagedNavigation
disabledDays={[{ daysOfWeek: disabledDaysOfWeek }, { before: today }]}
onDayClick={handleDayClick}
modifiers={modifiers}
modifiersStyles={modifiersStyles}
/>;
I have below questions:
Beta Was this translation helpful? Give feedback.
All reactions