Function: RangeSlider()
function RangeSlider(__namedParameters): Element;
Defined in: components/RangeSlider.tsx:17
range — a slider.
A slider with no value is a real state (nothing answered yet) that
<input type="range"> cannot express: it always reports a number. The thumb
therefore sits at the minimum until the user interacts, and the stored
value stays null — otherwise every untouched slider would silently answer
its own question.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ElementComponentProps |
Returns
Element