Pagination is a component used to indicate the existence of a series of related content across multiple pages and enables navigation across them :
Detailed documentation and more examples you can find in our Bootstrap Pagination Docs
Basic example
Documentation and examples for showing pagination to indicate a series of related content exists across multiple pages.
Note: To see more examples and sourcecodes check Bootstrap Pagination Docs
Icons example
Looking to use an icon or symbol in place of text for some pagination links? Be sure to provide proper screen reader support with aria attributes.
Disabled and active states example
Pagination links are customizable for different circumstances. Use .disabled
for
links that appear un-clickable and .active
to indicate the current page.