Slider component

Doing this…

# Create a SliderComponent
slider = new SliderComponent
    point: Align.center

…will give you a basic gray slider in the middle of the screen.

A default slider

You can customize the look to have it resemble an iOS, Android or any other slider. Because it’s completely customizable it can also be used as a scroll indicator, progress tracker… and who knows what else.

Do you need a slider with two buttons? Know that there’s also a Range slider component.