<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>
Related Elements
Version History
| Version | Changes |
|---|---|
| 1.0 | Initial release. |