Skip to content

Instantly share code, notes, and snippets.

@kresnasatya
Created January 9, 2018 22:27
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 kresnasatya/19481302396d4a125c400fb1e8eaf02f to your computer and use it in GitHub Desktop.
Save kresnasatya/19481302396d4a125c400fb1e8eaf02f to your computer and use it in GitHub Desktop.
Pagination bootstrap
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="#">Previous</a></li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">Next</a></li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment