Tutorialsplane

UIkit Pagination


UIkit Pagination Pagination component allows us to create beautiful pagination. Class uk-pagination is used to create pagination in UIkit. Here in this article we are going to explain how to create pagination in UIkit.


UIkit Pagination Example

Pagination basically provides navigation links in button style that are horizontally aligned. Let us create very first navigation link.

Example:



Try it »

If you run the above example it will produce output something like this-

Active & Disabled Links

Syntax



Previous & Next Button

Class uk-pagination-previous is used to create previous button and uk-pagination-next is used to create next button in UIkit Pagination.

Uikit Tutorial

Component