RangeCalendarA range calendar displays one or more date grids and allows users to select a contiguous range of dates.SourceReferenceAPI ReferenceUsage# Demo# import { RangeCalendar } from "pigment-ui"; function RangeCalendarDemo() { return ( <RangeCalendar aria-label="Trip dates" /> ); } Edit this pageRadioGroupSearchField