1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-30 06:54:39 +04:00
Files
tabler/pages/_docs/carousel.md
T
2020-02-13 22:09:47 +01:00

12 lines
318 B
Markdown

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