# Common usage ### Single slider ### Multiple sliders ### Set the range of values ### Set the slider direction ::: tip - `ltr` stands for `left to right`, the horizontal slider from left to right. `rtl/btt/ttb` is the same - When the value of `direction` is `btt` or `ttb`, you need to set the component height ::: ### Lazy The value will only be updated when the drag is over ### Disabled slider You can disable the entire component with `disabled` or disable the slider separately with `dot-options` ::: warning When disabling a single slider, use `order = false` or `enableCross = true`. ::: ### Adsorb When `adsorb` is set to `true`, the slider automatically adsorb to the nearest value. ### Contained By default, the center of the `dot` is used to align the edge. When `contained` is set to `true`, the edge of the `dot` is used to align. ### DragOnClick When `drag-on-click` is set to `true`, can drag the slider directly when pressing the process. ::: example simple :::