1# Slider 2 3 4A slider allows users to select a value or position from a range. 5 6 7 8 9 10## How to Use 11 12- Use a slider when your user needs to manually adjust the progress or volume. 13 14- The leftmost of the slider indicates the minimum value, and the rightmost indicates the maximum value. 15 16- Users can view or select a value (or a value range) in a range along the bar. 17 18- The slider should respond to user operations immediately. 19 20- To avoid poor user experience caused by delay, do not use the slider for setting adjustment. 21 22 23## Resources 24 25For details about the development guide related to the slider, see [Slider](../../application-dev/reference/arkui-ts/ts-basic-components-slider.md). 26