# Stepper

```html
<input type="stepper" />
```

```css
DefaultStyles.Stepper {}
```

|Browser|iOS|Android|
|---|---|---|
||<img width="94" alt="uistepper" src="https://cloud.githubusercontent.com/assets/1618590/20033221/55bfdc86-a39c-11e6-92ca-d02558266b23.png">|

## value

## color

## minValue

The default value of this property is `0`.

## maxValue

The default value of this property is `100`.

## stepValue

The default value of this property is `1`.