I'm working on a project where users can create calendar events (ie: fairs, dance lessons etc). I'm using Dropzone to allow them to update new images. Each image they upload is linked to their user. When they create a second event, they will have some images already uploaded from the first event, which they might want to use in their second. I want to present it to them in such a way that they can easily select already uploaded images. I'm thinking the best way would be to present a horizontal image slider like this: http://codepen.io/ritz078/pen/bEYOov
They would then tap/click on the images they want to use and it would include them when the form is saved.
Does anyone know of any sliders like that written in VueJS?
@wearewoolf Thanks for the link to Slick. I've not seen that before.
I was kind of expecting I'd have to roll my own. I was trying to do something last night with a different jquery gallery but was having issues with it overriding the divs and vue code I'd set up for the gallery (like in your html example). I'll have a play shortly and see what happens.