PriceRange
All PriceRange
props are passed to the underlying Slider
component.
<PriceRange
min={1}
max={100}
step={1}
defaultValue={[1, 100]}
disabled={false}
/>
With non-default currency code
Defaults to USD.
<PriceRange
min={10}
max={100}
step={10}
defaultValue={[10, 100]}
disabled={false}
currency="EUR"
/>