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
Sometimes we do want to indicate or highlight some predetermined values that can be chosen along the track. In the native <input type='range' />, we can do it by adding a and linking it with the id.
aarongarciah
changed the title
[Slider] Discrete Slider - ability to add markers/indicators along the track
[Slider] Support markers/indicators along the track
Dec 25, 2024
Feature request
Summary
Sometimes we do want to indicate or highlight some predetermined values that can be chosen along the track. In the native
<input type='range' />
, we can do it by adding a and linking it with the id.The Slider should also snap to the closest marker/indicator.
Examples in other libraries
MUI - https://mui.com/material-ui/react-slider/#discrete-sliders
Mantine - https://mantine.dev/core/slider/#marks
ARK UI - https://ark-ui.com/react/docs/components/slider#adding-marks
Chakra UI - https://www.chakra-ui.com/docs/components/slider#marks
The text was updated successfully, but these errors were encountered: