widgets/slider library Widgets

An input where the user selects a value from within a given range.

See https://forui.dev/docs/form/slider for working examples.

Classes

FContinuousSliderController
A controller that manages a slider's active track which represents a continuous range/value.
FDiscreteSliderController
A controller that manages a slider's active track which represents a discrete range/value.
FSlider
An input where the user selects a value from within a given range.
FSliderController
A controller that manages a slider's active track.
FSliderErrorStyle
A slider error's style.
FSliderMark
A mark in a FSlider. It is a combination of a tick - a visual indicator along the track, and a label.
FSliderMarkStyle
A FSlider mark's style.
FSliderSelection
A FSlider's active track/selection.
FSliderStateStyle
A slider state's style.
FSliderStyle
A slider's style.
FSliderStyles
A slider's styles.
FSliderThumbStyle
A slider thumb's style.
FSliderTooltipsController
The controller for a slider's registered tooltips.

Enums

FSliderInteraction
Possible ways for a user to interact with a slider.