Template:Carousel View history

imported>Openfox
No edit summary
imported>ForumuserSTG
No edit summary
Line 11: Line 11:
<includeonly>
<includeonly>
<div class="carousel__wrapper">
<div class="carousel__wrapper">
=={{{title|}}}==
<h2 class="mb-8 uppercase font-medium text-gray-900 text-xs">{{{title|}}}</h2>
<ol class="carousel">
<div class="slider-vue">
<ol class="carousel flex gap-10 mx-0 mb-2- overflow-x-auto  ">
{{{cards|}}}
{{{cards|}}}
</ol>
</ol>
</div>
</div>
</div>
</includeonly>
</includeonly>

Revision as of 07:41, 5 September 2021

Template structure

{{Carousel 
|title=This is a title
|color=#0099FF
|cards=list of card each should have {{card| title, subtitle, type, color and maybe an Image}}
}}