| css | Optional. Adds style classes for the component |
| helpMessage | Optional. Adds an icon with a question mark next to Slider |
| hiddenLabel | Optional. Adds a hidden label for a Slider that will be used while sending a form to the server |
| inverse | Optional. Enables/disables the inverse slider mode |
| label | Optional. Specifies the label of a slider |
| labelPosition | Optional. Defines the position of a label of a slider |
| labelWidth | Optional. Sets the width of a label |
| majorTick | Optional. Sets interval of rendering numeric values on the slider scale |
| max | Optional. The maximal value of slider |
| min | Optional. The minimal value of slider |
| mode | Optional. The direction of the Slider scale |
| range | Optional. Enables/disables the possibility to select a range of values on the slider |
| step | Optional. The step the slider thumb will be moved with |
| tick | Optional. Sets the interval of steps for rendering the slider scale |
| tickTemplate | Optional. Sets a template for rendering values on the scale |
| tooltip | Optional. Enables a tooltip on hovering over the slider thumb |
| value | Optional. The value the thumb will be set at on initialization of the slider |