Difference between revisions of "Carousel"
From Tweeki
| (10 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | [[Category:Components]] | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | <div class="carousel- | + | == Simple Example == |
| − | <div class="item active"> | + | |
| − | [[File:Screenshot_tweeki.png|link=| | + | <pre> |
| − | + | <div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel"> | |
| − | + | <div class="carousel-inner"> | |
| + | <div class="carousel-item active"> | ||
| + | [[File:Screenshot_tweeki.png|link=Mainpage|class=d-block w-100]] | ||
</div> | </div> | ||
| + | <div class="carousel-item"> | ||
| + | [[File:Screenshot_skrifo.png|link=Mainpage|class=d-block w-100]] | ||
</div> | </div> | ||
| − | |||
| − | |||
| − | |||
| − | |||
</div> | </div> | ||
</div> | </div> | ||
| − | + | </pre> | |
| + | |||
| + | <div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel"> | ||
| + | <div class="carousel-inner"> | ||
| + | <div class="carousel-item active"> | ||
| + | [[File:Screenshot_tweeki.png|link=Mainpage|class=d-block w-100]] | ||
| + | </div> | ||
| + | <div class="carousel-item"> | ||
| + | [[File:Screenshot_skrifo.png|link=Mainpage|class=d-block w-100]] | ||
| + | </div> | ||
</div> | </div> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</div> | </div> | ||
Latest revision as of 14:30, 30 December 2021
Simple Example
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> [[File:Screenshot_tweeki.png|link=Mainpage|class=d-block w-100]] </div> <div class="carousel-item"> [[File:Screenshot_skrifo.png|link=Mainpage|class=d-block w-100]] </div> </div> </div>

