Some checks failed
Deploy / deploy (push) Failing after 39s
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #5
632 B
632 B
carousel
Carousel show images or content in a scrollable area
Class names
- component:
carousel - part:
carousel-item - modifier:
carousel-start,carousel-center,carousel-end - direction:
carousel-horizontal,carousel-vertical
Syntax
<div class="carousel {MODIFIER}">{CONTENT}</div>
Rules
- {MODIFIER} is optional and can have one of the modifier/direction class names
- Content is a list of
carousel-itemdivs:<div class="carousel-item"></div> - To create a full-width carousel, add
w-fullto each carousel item