Data Input

Slider

Definition

Captures bounded numeric values through a range control.

Usage

Use Slider for approximate values where visual adjustment is faster than typing.

Attributes

  • label or i18n required. Accessible field label.
  • value required. Numeric value or writable state binding.
  • min, max, step. Numeric range constraints.
  • valueDisplay. tooltip, text, or none.
  • orientation. horizontal or vertical.

Example

xml
<Slider label="Budget" value="$form.budget" min="500" max="10000" step="500" />