PrimeVue Range Slider: how to add body scroll

Viewed 27

I am using vue3 and the composition api with Primevue using the component called slider with Range, min and max as moving point (Documentation).

I try to add a new feature: when you press in the middle of the range it will be possible to move simultaneously the min and max.

Here a different slider with the feature I'm talking about.

I don't know how can I trigger the event on mouse drag within the range.

0 Answers
Related