Files
tabler/pages/_docs/carousel.md
T
2020-02-16 21:34:30 +01:00

15 lines
370 B
Markdown

---
title: Carousel
menu: docs.carousel
description: The Carousel is a slideshow for cycling through elements.
bootstrap-link: components/carousel/
---
## Default markup
{% capture code %}
{% include ui/carousel.html show-indicators=true show-controls=true id="carousel-sample" %}
{% endcapture %}
{% include example.html code=code max-width="20rem" centered=true %}