# Slider

The `Slider` field allows the user to choose a number within a range of values by dragging a toggle left and right.

`min value` - the smallest (leftmost) value possible

`max value` - the largest (rightmost) value possible

`min label` (optional) - if you want to display a custom label for the smallest value

`max label` (optional) - if you want to display a custom label for the largest value

`step size` - the increment to change the value by while dragging.

<figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2FKNEUv9PfgOtT3XFQAQCS%2Fdocs_slider.png?alt=media&#x26;token=f8690e29-f783-41e3-957d-18ba87288d25" alt="Screenshot of a slider element selected."><figcaption></figcaption></figure>

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference number fields with `type` equal to `slider`. The submitted value is an `int` .
