diff options
| author | Chris Rebert <[email protected]> | 2014-09-26 18:17:37 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-09-26 18:17:37 -0700 |
| commit | c4eb216cf9d52ec8ce4d89dba047b6a611a378fc (patch) | |
| tree | 965ad5eaf434fe7953d75eeaf3b75644c549dedf /javascript | |
| parent | 7263693ed1587a00f12a882e5a57683201246d97 (diff) | |
| download | bootstrap-c4eb216cf9d52ec8ce4d89dba047b6a611a378fc.tar.xz bootstrap-c4eb216cf9d52ec8ce4d89dba047b6a611a378fc.zip | |
Port #14441 over to hosted docs
Diffstat (limited to 'javascript')
| -rw-r--r-- | javascript/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/javascript/index.html b/javascript/index.html index 3405b012d..f7173eae4 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -1886,8 +1886,9 @@ <div class="bs-docs-section"> <h1 id="carousel" class="page-header">Carousel <small>carousel.js</small></h1> + <p>A slideshow component for cycling through elemnts, like a carousel. <strong>Nested carousels are not supported.</strong></p> + <h2 id="carousel-examples">Examples</h2> - <p>The slideshow below shows a generic plugin and component for cycling through elements like a carousel.</p> <div class="bs-example"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> |
