New to Kendo UI for Angular? Start a free 30-day trial
Side Buttons
You can use the configuration options of the Slider to manage the settings of its side buttons.
When enabled, the side buttons increase or decrease the component value with the predefined step. If the initial value does not directly match a specific tick and the user clicks either of the buttons, the handle is placed on the next available tick. Each subsequent click moves the handle over the available ticks.
The Slider provides configuration options for:
- Showing and hiding the side buttons.
- Setting the titles of the side buttons.
Hidden State
By default, the showButtons
property is set to true
. To hide the buttons, set the property to false
.
Change Theme
Theme
Loading ...
Titles
The titles of the buttons can be controlled by using the decrementTitle
and incrementTitle
properties, which accept string
parameters.
Change Theme
Theme
Loading ...