## Reproducible Demo ``` const ref = useRef<SliderRef>(null); <SliderExample ref={ref} minimumValue={0} maximumValue={100} step={1} /> ```