Replies: 1 comment
-
Hi @Andi365 could you provide a screenshot of the design you are trying to build, and an example of have you tried to do in a code sandbox? This would help to answer your question more in details, but definitely looks like it is possible to style each day as you want: https://react-day-picker.js.org/basics/styling#styling-modifiers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am looking for a way to render a unique background color for each day visible in the picker.
I have tried to paint an example above, where some days are different colors.
My usecase:
I want to visualize a unique month structure. ex: My november spans from the first monday in november to the sunday before the first monday in next month. So all the days in my custom november i want to highlight with a specific color.
I am curious if this is possible? I have trouble getting the current month and year and hence computing what my custom start and end date of the month is.
All help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions