5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript513 forks (513 forks)batch import
featuregood first issuehelp wanted
Repository metrics
- Stars
- 1,705 stars (1,705 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I would like to see an option to control a carousel by keyboard, for example with the keyboard keys.
Some example code
Contributor guide
- Research direction
- Explore the carousel component source to understand how user interactions are handled, then add a keydown event listener that triggers navigation methods (next, previous) based on arrow keys. Consider using Vue's v on directive or @keydown.
- Tech stack
- vuejavascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- Vue.jsGit