You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/docs/controls/Carousel.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,8 +104,8 @@ The Carousel component can be configured with the following properties:
104
104
| isInfinite | boolean | no | Indicates if infinite scrolling is enabled. |
105
105
| canMoveNext | boolean | no | Property indicates if the next item button can be clicked. If not provided, status of the button is calculated based on the current index. <br />It is mandatory when triggerPageEvent is used. |
106
106
| canMovePrev | boolean | no | Property indicates if the previous item button can be clicked. If not provided, status of the button is calculated based on the current index. <br />It is mandatory when triggerPageEvent is used. |
107
-
| buttonsLocation | CarouselButtonsLocation |yes| Specifies the location of the buttons inside the container. |
| containerStyles | ICssInput | no | Allows to specify own styles for carousel container. |
110
110
| loadingComponentContainerStyles | ICssInput | no | Allows to specify own styles for loading component. |
111
111
| contentContainerStyles | ICssInput | no | Allows to specify own styles for elements container. |
@@ -134,6 +134,7 @@ The Carousel component can be configured with the following properties:
134
134
| indicatorsContainerStyles | ICssInput | no | Allows to specify own styles for indicators container when indicatorsDisplay is set to "block" |
135
135
| prevButtonAriaLabel | string | no | Aria label of the PreviousItem button. Default 'Previous item'. |
136
136
| nextButtonAriaLabel | string | no | Aria label of the NextItem button. Default 'Next item'. |
137
+
| contentHeight | number | no | Allows to specify the height of the content. Can be used instead of providing styles for the content container (`contentContainerStyles`). |
0 commit comments