Can we have a setting to define direction to slide like horizontal as well as vertical?
Guide contributeur
Stack technique
vuejavascript
Domaine
frontend
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
half day
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
clear
Prérequis
Vue.jsCSS transitionscarousel component internals
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
65
Direction de recherche
This feature request asks for a configurable direction for the carousel (horizontal or vertical). To implement, examine the current carousel component logic in the repository (likely in a .vue file). Focus on how slides are positioned and transitioned. Review existing comments on the issue for any maintainer guidance. Add a new prop like 'direction' (e.g., 'horizontal' or 'vertical') and adjust the CSS transforms (translateX vs translateY) and any event handling accordingly. Ensure the touch/swipe logic also adapts to the vertical direction.