Skip to content

Commit

Permalink
Add description for aria-labels in carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed Apr 22, 2023
1 parent 8883143 commit 8e66ba7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/docs/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,12 @@
"fadeKeyframe": "Custom keyframe name for fade animation",
"swipable": "Enables swiping behavior.",
"swipeDirection": "Allowed directions for swiping: `all, horizontal, vertical, left, right, up, down`.",
"swipeDistance": "Distance in `px` considered sufficient for the swipe event."
"swipeDistance": "Distance in `px` considered sufficient for the swipe event.",
"ariaLabel": "The aria-label of carousel.",
"ariaGoToSlideLabel": "The aria-label of go to slide button.",
"ariaNextLabel": "The aria-label of next button.",
"ariaPreviousLabel": "The aria-label of previous button.",
"ariaSlideOfLabel": "The aria-label of the slide."
},
"events": {},
"methods": {},
Expand Down

0 comments on commit 8e66ba7

Please sign in to comment.