Appearance
Slider
Overview
The Slider element allows users to choose a value along a range. It is useful when relative position matters more than typing an exact number, such as selecting an intensity, level, percentage, or preference.
When to use
- When users should choose a value from a continuous or stepped range
- When the value is easier to understand visually than through manual entry
- When the page needs an intuitive control for levels, scores, or percentages
Element-specific options
| Option | Description |
|---|---|
| Minimum value | Defines the lowest selectable value |
| Maximum value | Defines the highest selectable value |
| Step size | Defines how much the value changes per movement |
| Default value | Defines the starting value when the page opens |
| Display labels | Defines whether scale labels or markers are shown |