Ionic React IonDatetime - DateRange ReactJS

Does Ionic provide a pre-built date range picker that can be readily used? When I mention a date range picker, I’m referring to something similar to the example shown.

I came across ion2-calendar, but it appears to be compatible only with AngularJS.

Ionic framework provides several components that are shared among Angular, React, and Vue.

There is a Datetime component but unfortunately it does not support range selection. So no, there is no such thing out of the box with Ionic.

I appreciate your reply. I attempted to customize and enhance it by adjusting the border radius to 0 for each dates. However, due to the usage of Shadow DOM, my styling options are severely restricted.