NightCatSama/vue-slider-component

How to build multiple sliders with markers?

charle-connoringold opened this issue · 4 comments

I'm trying to build the following slider:

image

I've built a bunch of other sliders with no issue but I just can't seem to figure out how to build this one and was hoping you could help?

Multiple sliders? refers to the value of the array type?

Here's perhaps a better example:
image
As you can see you have 2 slides that you can click on and select from a range. Hopefully, that makes sense.

@charle-connoringold

Just use the value of the array type.

example: https://jsfiddle.net/5ovnt4px/

image

@NightCatSama Thank you! That solve's my problem perfectly.