zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
892 stars 231 forks source link

Ticks not available #153

Closed vdhyani-binary closed 4 years ago

stonebk commented 4 years ago

More information about what you are expecting in terms of an API change would be helpful. I'm assuming you are asking for something along the lines of: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#Adding_hash_marks_and_labels

vdhyani-binary commented 4 years ago

Tick i mean Marks that is the range below slider that option is missing into this library....

vdhyani-binary commented 4 years ago

Capture

stonebk commented 4 years ago

How should it handle larger ranges of values where rendering every mark wouldn't fit?

vdhyani-binary commented 4 years ago

that is the step which is move with the handle, other library provide the solution with same way

vdhyani-binary commented 4 years ago

as in the library we have min max and step props so according to that we can generate the array to show in the scale. 0 1 2 3 4 5........

vdhyani-binary commented 4 years ago

as in the library we have min max and step props so according to that we can generate the array to show in the scale. 0 1 2 3 4 5........

but i need dynamic solution..

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

zeeshanjan82 commented 4 years ago

@vdhyani-binary where you able to find any solution?