Let’s say you have a range slider component.
-
Let’s say you have a range slider component. Naturally, it has a track and a thumb/handle. Unlike the default input[type=range] design, the handle hangs over the track in the main (direction-of-sliding) axis.
When integrating it into a design, what layout box would you expect the component to have?
A: handle area in both axes
B: track area in the main axis; handle area in the cross axis
handle area in the main axis; track area in the cross axis
track area in both axes -
@noleli I'm not 100% sure I'm following. However, if I can look at it from a different perspective:
I would expect to be able to click anywhere within the boundaries of the widest point of the control to be able to interact with it. This seems to most closely align with "A".
Copyright © 2024 NodeBB | Contributors