ruyadorno / simple-slider

:carousel_horse: The 1kb JavaScript Carousel
https://ruyadorno.github.com/simple-slider
MIT License
614 stars 60 forks source link

Prev/Next navigation buttons #69

Open mathieupreaud opened 4 months ago

mathieupreaud commented 4 months ago

Hi,

The slider is really great. I would like to implement it in a project, however would it be possible to integrate the prev/next buttons to navigate between slides?

Thank you :)

ruyadorno commented 4 months ago

I think a good starting point would be to check the pause example and replace the buttons with arrows and call the prev and next methods instead of pause / resume.

Let me know if that works out, otherwise it would be appreciated if someone can put that together as its own example file.