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