Showing Labels (dots) on specific dates #859
-
Lets say I have events scheduled on a particular date. I want to show a dot (label) at the bottom of that date. Basically I am clicking on a date on the calendar and rendering my events on that date (onclick). so, i want some labeling system to be established on the bottom of dates so UI gives user the idea that a particular date has an event scheduled. |
Beta Was this translation helpful? Give feedback.
Answered by
samhirtarif
May 31, 2023
Replies: 1 comment
-
@shehzarr - You could try using tileClassName like this to mark which dates are selected If this helps, do mark this as the accepted answer 👍🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wojtekmaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@shehzarr - You could try using tileClassName like this to mark which dates are selected
If this helps, do mark this as the accepted answer 👍🏻