Hello,
thanks for the great work. what I'm trying to make this calendar read from right to left such below screenshot . can you help me with that?

Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe your use case for implementing this feature
Additional context
Add any other context or screenshots about the feature request here.
There's no support for this out the box, but I think you could use CSS to flip the order of elements: https://css-tricks.com/almanac/properties/f/flex-direction/
Most helpful comment
There's no support for this out the box, but I think you could use CSS to flip the order of elements: https://css-tricks.com/almanac/properties/f/flex-direction/