Vaadin 14 tick mark slider

Hi,

I am using Vaadin slider, and I need to set it up with predefined intervals. i.e. 0, 50, 100, 200 so instead of sliding it should be jumping to those specific values.

Like the example in [valo theme]
(https://demo.vaadin.com/valo-theme/#!sliders) slider section with ticks. i don’t need it to be exactly the same but at least the tick mark part should work.

Hi,

the Slider component doesn’t have this functionality. You’ll need to create or find a custom add-on for that.

-Olli