carousel.md 369 字节
Newer Older
C
chomik 已提交
1 2
---
title: Carousel
C
chomik 已提交
3
menu: docs.carousel
D
Dawid Harat 已提交
4
description: The Carousel is a slideshow for cycling through elements.
C
codecalm 已提交
5
bootstrap-link: components/carousel/
C
chomik 已提交
6 7
---

C
codecalm 已提交
8 9
## Default markup

C
codecalm 已提交
10
{% capture code %}
C
chomik 已提交
11
{% include ui/carousel.html show-indicators=true show-controls=true id="carousel-sample" %}
C
codecalm 已提交
12
{% endcapture %}
C
codecalm 已提交
13
{% include example.html code=code max-width="20rem" centered=true %}