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