0

enter image description here

Hi all

Can I have image in particular days in react-dates calendar as in attached picture?

1 Answers1

1

use the the method renderDayContents which is provided by react dates and render your custom dates.

For more info check reac-dates docs: https://airbnb.io/react-dates/?path=/story/sdp-day-props--with-custom-daily-details

Murtaza Hussain
  • 3,851
  • 24
  • 30