@@ -23,7 +23,9 @@ npm i --save react-swipeable-views
23
23
|----------------|------------|------------|--------------------------------
24
24
|autoplay | ` bool ` | ` true ` | If ` false ` , the auto play behavior is disabled.
25
25
|ButtonProps | ` object ` | | Properties applied to the [ Button] ( https://material-ui.com/api/button/ ) element.
26
+ |classes | ` object ` | | Object for customizing the CSS classes.
26
27
|containerStyle | ` object ` | | Override the inline-styles of the carousel container.
28
+ |hideArrows | ` function ` | | If ` true ` , the left and right arrows are hidden in the desktop version.
27
29
|interval | ` integer ` | ` 3000 ` | Delay between auto play transitions (in ms).
28
30
|label | ` string ` | | Button text. If not supplied, the button will be hidden.
29
31
|landscape | ` bool ` | | If ` true ` , slide will adjust content for wide mobile screens.
@@ -38,8 +40,11 @@ npm i --save react-swipeable-views
38
40
39
41
|Name |Type |Default |Description
40
42
|-----------------------|-----------|-------------|--------------------------------
43
+ |classes | ` object ` | | Object for customizing the CSS classes.
44
+ |landscape | ` bool ` | | If ` true ` , slide will adjust content for wide mobile screens (automatically set by ` AutoRotatingCarousel ` ).
41
45
|media* | ` node ` | | Object to display in the upper half.
42
46
|mediaBackgroundStyle | ` object ` | | Override the inline-styles of the media container.
47
+ |mobile | ` bool ` | | If ` true ` , the screen width and height is filled (automatically set by ` AutoRotatingCarousel ` ).
43
48
|style | ` object ` | | Override the inline-styles of the slide.
44
49
|subtitle* | ` string ` | | Subtitle for the slide.
45
50
|title* | ` string ` | | Title for the slide.
0 commit comments