react-calendar icon indicating copy to clipboard operation
react-calendar copied to clipboard

Ultimate calendar for your React app.

Results 54 react-calendar issues
Sort by recently updated
recently updated
newest added

This PR implements the tile group positioning using `css grid` as described in https://zellwk.com/blog/calendar-with-css-grid/ ![0nx0OArpNb](https://user-images.githubusercontent.com/9304194/98688335-6a814500-2373-11eb-974f-9e51d50f6639.gif)

Hi, When the layout is based on RTL (right-to-left) & `showNeighboringMonth={false}` the calculation of `margin` of the first item is hard coded to **left**, this makes the calendar looks like:...

bug
fresh

Hi wojtekmaj Would it be possible for the tileClassName and tileContent concepts to work with the weekNumbers? I'd like to be able to color the cells for weekNumbers the same...

enhancement
fresh

Thank you for your great work. your date picker is awesome. But there is a problem when I changed locale to "fa" that cause incorrect results. In Iran we use...

enhancement
fresh

Hi, I'm using ReactCalendar in uncontrolled mode. How I can prevent calendar to switch to next month if click on date on right side in showDoubleView? When on left is...

bug
fresh

Hello, I noticed that react-calendar notifies parent component about various events via `.setState()` callback. E.g. https://github.com/wojtekmaj/react-calendar/blob/be7c443fbe39ce90036380dab727c1ca7072a073/src/Calendar.jsx#L310 The problem is that`.setState()` callback is called after react finishes real DOM updates. That...

enhancement
fresh

Is it possible to change the way you navigate from month to month & year to year to simply be a dropdown? I find the entire calendar switching views jarring....

enhancement
fresh

Thanks for the stunning component, Is there a plan to support Hijri calendar?

enhancement
fresh

Hi, Would it be possible to remove all JS styling (i.e. overflow: hidden, widths, max-widths, flex behaviours and so on). They make it very hard to restyle. A good alternative...

enhancement
fresh