YouTip LogoYouTip

Bootstrap5 Pagination

In web development, when dealing with excessive content, pagination is commonly implemented. Bootstrap 5 makes it very simple to create a pagination effect. To create a basic pagination, add the `.pagination` class to a `
    ` element. Then, add the `.page-item` class to the `
  • ` elements, and the `.page-link` class to the `` tags within the `
  • ` elements: ## Example [Try it Β»](#) * * * ## Active Page State The current page can be highlighted using the `.active` class: ## Example [Try it Β»](#) * * * ## Disabled Pagination Links The `.disabled` class can be used to make pagination links non-clickable: ## Example [Try it Β»](#) * * * ## Pagination Sizing Pagination items can be set to different sizes. The `.pagination-lg` class creates large-sized pagination items, while the `.pagination-sm` class creates small-sized pagination items: ## Example [Try it Β»](#) * * * ## Pagination Alignment Utility classes can be used to set the alignment of the pagination: ## Example
    • ...
    • ...
    • ...
    [Try it Β»](#) * * * ## Breadcrumbs The `.breadcrumb` and `.breadcrumb-item` classes are used to create breadcrumb navigation: ## Example [Try it Β»](#)
← Bootstrap5 CardsPerl Special Variables β†’