VsudPagination
The VsudPagination helps you to create a beautiful pagination list with its items.
Demo
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| slot | node | The VsudPagination has a default slot that receives VsudPaginationItem as node. | |
| color | 'primary''secondary''info''success''warning''danger''light''dark' | success | Used to set the background of the VsudPagination. |
| size | 'sm''md''lg' | md | Used to set the size of the VsudPagination. |
| label | string | Used to set label of the VsudPaginationItem. | |
| active | bool | false | Used to mark the VsudPaginationItem as active. |
| disabled | bool | false | Used to mark the VsudPaginationItem as disabled. |
| prev | bool | false | Used to add left-arrow to the VsudPaginationItem. Avoid using it with the label. |
| next | bool | false | Used to add right-arrow to the VsudPaginationItem. Avoid using it with the label. |