Skip to content

Instantly share code, notes, and snippets.

@ryangittings
Last active July 21, 2022 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryangittings/c4337703370654802245b762e38fc0df to your computer and use it in GitHub Desktop.
Save ryangittings/c4337703370654802245b762e38fc0df to your computer and use it in GitHub Desktop.
Swipe Carousel
<swipe-carousel>
<div class="carousel">
<ul class="carousel__slider" role="list" data-carousel>
<li class="carousel__slide" data-carousel-slide></li>
</ul>
<button class="carousel__button" data-mode="prev"></button>
<button class="carousel__button" data-mode="next"></button>
</div>
</swipe-carousel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment