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.
If you run the above example it will produce output something like this-
Active & Disabled Links
- uk-active– Add this class to show the active state.
- uk-disabled– Add this class to show disabled state.
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.