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

A no dependencies, lightweight and feature-rich ⚡ calendar component for react.

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

**Describe the bug** If future date is disabled, you select fixed range = 3, it will select even the disabled dates. It should not.

Using calendar with `isRangeSelector` to `true`, displayed month is not changed when date range is updated. For example, if initial date range is `2023-01-01` to `2023-01-10`, initial "focus" will be...

in progress

I need events to scroll through the month/year. For example, I need to load data for all days of the month, and then determine for each day whether it is...