1

I want to add dynamic color to border of each weekday in react-calendar. And want to change text on hover on each date.

Sample Image:

Sample Image

I tried adding onMouseEnter event using tileContent props

tileContent={({date})=>(
  <div onMouseEnter={(e)=>{setHoverText("hello")}}/>)}
U13-Forward
  • 69,221
  • 14
  • 89
  • 114
Jaskirat
  • 11
  • 2

0 Answers0