Skip to content

Commit

Permalink
feat(carousel): adding third slide (#156)
Browse files Browse the repository at this point in the history
fix: adding third slide on Carousel Item
  • Loading branch information
ardynatz committed Oct 12, 2022
1 parent d74ac95 commit e49ac37
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/component-carousel.html
Expand Up @@ -69,6 +69,13 @@ <h5>Second slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/images/samples/3.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
Expand Down Expand Up @@ -162,4 +169,4 @@ <h5>Third slide label</h5>
</section>

</div>
{% endblock %}
{% endblock %}

0 comments on commit e49ac37

Please sign in to comment.