Pagination
Moving between pages has become less common with the advent of longer pages and AJAX loading, but it can still be useful for long, repetitive listings or content.
Basic
Add a .pagination class to a ul to get started, then add list items with links in them.
- Create arrows by adding an
.arrowclass to the first and last list items. - To mark the current page, add a
.currentclass to a list item. - Add a class of
.unavailableto a list item to make it not clickable, like for the ellipsis in the middle.