diff --git a/demo/src/app/components/+carousel/carousel-section.component.html b/demo/src/app/components/+carousel/carousel-section.component.html index e149a39434..aa4b2f04aa 100644 --- a/demo/src/app/components/+carousel/carousel-section.component.html +++ b/demo/src/app/components/+carousel/carousel-section.component.html @@ -1,10 +1,58 @@ - - - - - Title - - - - - + +

A slideshow component for cycling through elements—images or slides of text—like a carousel. Nested carousels are not supported.

+ +

Contents

+ + +

Usage

+ +

+ +

Examples

+ + + + + + + +

Optional captions

+

Add captions to your slides easily with the .carousel-caption element within any <slide>. + Place just about any optional HTML within there and it will be automatically aligned and formatted.

+ + + + + +

Configuring defaults

+ + + + + +

Dynamic Slides

+ + + + +

API Reference

+ + + +