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/components_page/components/carousel.md
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -69,15 +69,4 @@ The controls in the Bootstrap carousel are images that have a white background.
69
69
```
70
70
71
71
{{apidoc:src/components/Carousel.js}}
72
-
73
-
### Items
74
-
`items` is a list of dictionaries that defines what is displayed on the slides in the Carousel. It has the following keys:
75
-
-`key` (string):A unique identifier for the component, used to improve performance by React.js while rendering components See https://reactjs.org/docs/lists-and-keys.html for more info.
76
-
-`src` (string): The URL of the image.
77
-
-`alt` (string):The alternate text for an image, if the image cannot be displayed.
78
-
-`imgClassName`(string): The className for the image. The default is `d-block w-100`.
79
-
-`img_style`(dict): The CSS style of the image.
80
-
-`header` (string): The header of the text on the slide. It is displayed in a `<h5>` element.
81
-
-`caption` (string): The caption of the item. The text is displayed in a `<p>` element.
82
-
-`captionClassName`(string): The className for the header and caption container
0 commit comments