# Slider

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

```css
DefaultStyles.Slider {}
```

|Browser|iOS|Android|
|---|---|---|
||<img width="96" alt="uislider" src="https://cloud.githubusercontent.com/assets/1618590/20033220/55bbaf3a-a39c-11e6-8c7f-50d51c62de51.png">|

## value

The default value of this property is `0`.

## thumbColor

## minTrackColor

## maxTrackValue

## minValue

The default value of this property is `0`.

## maxValue

The default value of this property is `1`.