Custom label to be used by screen readers. When provided, an aria-label will be added to the element.
"a user friendly label for screen readers"
Function that will be called when the user changes the value. It will be passed an event object. The new input value will be available via 'event.target.value'.
"function"
The outline color around the component when in focus.
string | { dark: string, light: string }
The color used for rangeInput.track.color.
{
"dark": "rgba(255,255,255,0.33)",
"light": "rgba(0,0,0,0.33)"
}
The color of the lower bound track.
string | { dark: string, light: string }