- If you have a web site with lots of pages, you may wish to add some sort of pagination to each page.
Bootstrap Pagination Working with icons
- Use an icon or symbol in place of text for some pagination.
Bootstrap Pagination Disabled and active states
- Use .disabled for links that appear un-clickable and .active to indicate the current page.
Bootstrap Pagination Sizing Example 1
- Add .pagination-lg or .pagination-sm for additional sizes.
Bootstrap Pagination Sizing Example 2
Bootstrap Pagination Alignment Example 1
- Change the alignment of pagination components with flexbox utilities. For example, with .justify-content-center.
Bootstrap Pagination Alignment Example 2