SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 506 forks source link

Feature: Add keypress listeners to control carousel with keyboard input #248

Open daanhaitsma opened 6 years ago

daanhaitsma commented 6 years ago

I would like to see an option to control a carousel by keyboard, for example with the keyboard keys.

Some example code

quinnlangille commented 6 years ago

Hey @daanhaitsma, this is a good idea! I'll move it to a feature request, should be pretty simple to use. The UX side of it might be a little more difficult, so whoever decides to take it on maybe send me an email first -> quinn.langille@ssense.com

daanhaitsma commented 6 years ago

Glad you like it as well!

Indeed, the functionality shouldn't be too hard to implement. Only thing I couldn't wrap my head around is when to activate, for example in a situation with multiple sliders on a page.

ElijahKotyluk commented 5 years ago

I'm looking to start contributing to open source projects, was wondering if this feature request was still available to try and check off?

quinnlangille commented 5 years ago

Hey @ElijahKotyluk, sorry for the late reply! Yeah this is still open for sure, feel free to submit a PR :rocket: If you need any help with your first contribution, feel free to ask any questions her or over email. Also, make sure to checkout our contribution guide!

ElijahKotyluk commented 5 years ago

Hey @quinnlangille, I'm going to get started this weekend. I'll get in touch prior to beginning. Thank you.