VsudPagination

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


Demo

Props Information

NameTypeDefaultDescription
slotnodeThe VsudPagination has a default slot that receives VsudPaginationItem as node.
color'primary''secondary''info''success''warning''danger''light''dark'successUsed to set the background of the VsudPagination.
size'sm''md''lg'mdUsed to set the size of the VsudPagination.
labelstringUsed to set label of the VsudPaginationItem.
activeboolfalseUsed to mark the VsudPaginationItem as active.
disabledboolfalseUsed to mark the VsudPaginationItem as disabled.
prevboolfalseUsed to add left-arrow to the VsudPaginationItem. Avoid using it with the label.
nextboolfalseUsed to add right-arrow to the VsudPaginationItem. Avoid using it with the label.

Sizes

Contents