mirror of
https://github.com/tabler/tabler.git
synced 2026-08-25 20:34:25 +04:00
15 lines
370 B
Markdown
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 %}
|