react-aria-components v1.18.0 adds several new features to the Calendar component, including support for multiple selections. This is distinct from the separate idea of a RangeCalendar (see #734.)
There is some refactoring required to properly support the new selectionMode prop, as it relies on new types that are not currently exported with the Calendar component.
react-aria-componentsv1.18.0 adds several new features to the Calendar component, including support for multiple selections. This is distinct from the separate idea of a RangeCalendar (see #734.)There is some refactoring required to properly support the new
selectionModeprop, as it relies on new types that are not currently exported with the Calendar component.