# Pagination

This library offers two different types of pagination.

# List-style pagination

Pages are represented by a list of page numbers. The first and last page number are always visible. The current page number is also visible, along with some page numbers that come before and after it. Users can also use previous and next buttons to quickly navigate.

Add example

Page numbers are presented in a drop-down selector. When the users picks and item from the selector, the page is updated. Users can also use previous and next buttons to quickly navigate.

Add example