# Slider An input to select a numeric value within a range. > Based on [Reka UI Slider](https://reka-ui.com/docs/components/slider) ## Key Props - `step`: to set the increment value of the Slider. - `orientation`: to change the orientation of the Slider. - `color`: to change the color of the Slider. - `size`: to change the size of the Slider. - `tooltip`: to display a [Tooltip](/docs/components/tooltip) around the Slider thumbs with the current value. - `disabled`: to disable the Slider. - `inverted`: to visually invert the Slider. ## Usage ```vue /> ```