You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Slider ComposableScreen UIElement — a continuous numeric input bound to
a variable. Value is stored as a stringified float (kind: "float") so
expressions/conditions coerce it numerically. Props: variableName, defaultValue (number), min (0), max (1), step (0 = continuous), plus minimumTrackTintColor / maximumTrackTintColor / thumbTintColor and disabled. Schema refines min <= max. Exposed via SliderElementProps and
the UIElement union / UIElementSchema.