Skip to content

Commit 478410b

Browse files
committed
docs
1 parent 540bce4 commit 478410b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/documentation/docs/controls/Carousel.md

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ The Carousel component can be configured with the following properties:
132132
| indicatorsDisplay | CarouselIndicatorsDisplay | no | Specifies display mode of the indicators. Default value `overlap`. |
133133
| rootStyles | ICssInput | no | Allows to specify own styles for root element |
134134
| 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'. |
135137

136138
enum `CarouselButtonsLocation`
137139

0 commit comments

Comments
 (0)