A continuous value between two bounds, with the one prop that turns it into a stepped one.
UISlider, Material’s Slider, NSSlider. Not on tvOS — the nearest thing that
platform ships is something else entirely.
The two platforms disagree about what a slider is for, and both disagreements
are exposed rather than averaged: iOS has continuous, which decides whether the
value arrives while dragging or only on release; Android has stepSize, which
turns the track into discrete stops with the tick marks Material draws for
them.
Whether it reports while being dragged or only on release. UISlider.isContinuous. Material’s always reports while being dragged and that cannot be changed.
[android] — what Android has and the others do not
Every primitive also carries the base props — background, border, opacity, the transforms, animate, the accessibility contract — and every gesture. See Components for the full base, Events for the payloads.