Module Ui.Float_selectorSource

Floating point value selector.

The value is selected by a slider. See the styling information.

Selector

Sourcetype t
Sourceval v : ?class':Jstr.t -> ?enabled:bool Note.signal -> ?min:float Note.signal -> ?max:float Note.signal -> ?step:float option Note.signal -> float Note.signal -> t
Sourceval action : t -> float Note.event

action b is an event that occurs when a new float is selected.

Sourceval enabled : t -> bool Note.signal

enabled b is a signal that is true iff the selector is enabled.

Sourceval el : t -> Brr.El.t

Styling