diff options
Diffstat (limited to 'docs/javascript/carousel.md')
| -rw-r--r-- | docs/javascript/carousel.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript/carousel.md b/docs/javascript/carousel.md index ccc6c4759..374e2143d 100644 --- a/docs/javascript/carousel.md +++ b/docs/javascript/carousel.md @@ -3,9 +3,9 @@ layout: page title: Carousel --- -## Example +A slideshow component for cycling through elements—images or slides of text—like a carousel. **Nested carousels are not supported.** -The slideshow below shows a generic plugin and component for cycling through elements like a carousel. +## Example {% example html %} <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> |
