Skip to main content

<carousel-item> : Carousel Item

The <carousel-item> element creates an item to be shown in a carousel.

Examples

The following will show a carousel with 3 items.

<carousel>
<carousel-item>
<p>Line 1</p>
</carousel-item>
<carousel-item>
<p>Line 2</p>
</carousel-item>
<carousel-item>
<p>Line 3</p>
</carousel-item>
</carousel>

Version History

VersionChanges
1.0Initial release.