Module iced_web::widget::slider[][src]

Display an interactive selector of a single value from a range of values.

A Slider has some local State.

Structs

Handle

The appearance of the handle of a slider.

Slider

An horizontal bar and a handle that selects a single value from a range of values.

State

The local state of a Slider.

Style

The appearance of a slider.

Enums

HandleShape

The shape of the handle of a slider.

Traits

StyleSheet

A set of rules that dictate the style of a slider.