File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
docs/documentation/docs/controls Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ The Carousel component can be configured with the following properties:
132
132
| indicatorsDisplay | CarouselIndicatorsDisplay | no | Specifies display mode of the indicators. Default value ` overlap ` . |
133
133
| rootStyles | ICssInput | no | Allows to specify own styles for root element |
134
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'. |
135
137
136
138
enum ` CarouselButtonsLocation `
137
139
You can’t perform that action at this time.
0 commit comments