RangeDatePicker
RangeDatePicker
is a component used for users to select a range of dates.
Theming
The RangeDatePicker
is a multi part component.
RangeDatePicker
inherits the style from DatePicker.
If you want to change the style of the component, please check here.
export const RangeDatePicker: ComponentMultiStyle<"RangeDatePicker"> =mergeMultiStyle(DatePicker)()
Edit this page on GitHub