Skip to content

Instantly share code, notes, and snippets.

@Natgho
Last active January 22, 2021 08:56
Show Gist options
  • Save Natgho/be694f178c5b85c1ac626815c099bae4 to your computer and use it in GitHub Desktop.
Save Natgho/be694f178c5b85c1ac626815c099bae4 to your computer and use it in GitHub Desktop.
Index.hml
<swiper class="container" index="{{index}}">
<div class="swiper-item first-page">
First Page
</div>
<div class="swiper-item second-page">
Second Page
</div>
<div class="swiper-item third-page third-page-content">
Third Page
</div>
<div class="swiper-item fourth-page">
Fourth Page
</div>
</swiper>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment