We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540bce4 commit 478410bCopy full SHA for 478410b
docs/documentation/docs/controls/Carousel.md
@@ -132,6 +132,8 @@ The Carousel component can be configured with the following properties:
132
| indicatorsDisplay | CarouselIndicatorsDisplay | no | Specifies display mode of the indicators. Default value `overlap`. |
133
| rootStyles | ICssInput | no | Allows to specify own styles for root element |
134
| indicatorsContainerStyles | ICssInput | no | Allows to specify own styles for indicators container when indicatorsDisplay is set to "block" |
135
+| prevButtonAriaLabel | string | no | Aria label of the PreviousItem button. Default 'Previous item'. |
136
+| nextButtonAriaLabel | string | no | Aria label of the NextItem button. Default 'Next item'. |
137
138
enum `CarouselButtonsLocation`
139
0 commit comments