Vue Pagination - Argon

The ArgonPagination helps you to create a beautiful pagination list with its items.


Demo

Props Information

Name Type Default Description
slot node The ArgonPagination has a default slot that receives ArgonPaginationItem as node.
color 'primary''secondary''info''success''warning''danger''light''dark' success Used to set the background of the ArgonPagination.
size 'sm''md''lg' md Used to set the size of the ArgonPagination.
label string Used to set label of the ArgonPaginationItem.
active bool false Used to mark the ArgonPaginationItem as active.
disabled bool false Used to mark the ArgonPaginationItem as disabled.
prev bool false Used to add left-arrow to the ArgonPaginationItem. Avoid using it with the label.
next bool false Used to add right-arrow to the ArgonPaginationItem. Avoid using it with the label.

Sizes

Contents