BS Pagination Basic Pagination If your website has a large number of pages, you may want to add pagination to each one.A basic Bootstrap pagination looks like this: ------Button mukava ----- To make a basic pagination, add the .pagination class to a <ul> element. Example 1 2 3 4 5 Active State The active status displays what is the current page: ----- Button mukava ------ Add class .active to let the user know which page he or she is on. Example 1 2 3 4 5 Disabled State A disabled link can’t be clicked. ----- Button mukava ------ If a link is disabled for whatever reason, add the class .disabled: Example 1 2 3 4 5 Pagination Sizing Pagination blocks can be sized to a larger or smaller size: ----- Button mukava ------ Add the class .pagination-lg for larger blocks or .pagination-sm for smaller ones. Example 1 2 3 4 5 1 2 3 4 5 Breadcrumbs Breadcrumbs are another form of pagination. ----- Button mukava ------ The .breadcrumb class identifies the current page’s position within a navigational hierarchy: Example Home Private Pictures Vacation