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
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. We do try to do some housekeeping every once in a while so inactive issues will get closed after 90 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
It may be useful in some use-cases to show the
min
andmax
available values next to the<input type="range" />
as a scale.https://github.com/storybooks/storybook/blob/4d4581bad176afcd735ad959412ad5dc9511643f/addons/knobs/src/components/types/Number.js#L42
Since range has a discreet set of values, maybe something similar to, with marked
min
andmax
on the sides:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#A_range_control_with_hash_marks
The text was updated successfully, but these errors were encountered: