The Range Slider is a multi thumb slider used to select a range of related values. A common use-case of this component is a price range picker that allows a user to set the minimum and maximum price.
{/* This component can be found in views/admin/dashboards/carInterface */}{/* There is a fully customized example */}exportdefaultfunctionExample() {return ( <divclassName="flex gap-10"> <RangeSlider/> </div> );}