#API
Pagination
props
Name | Description | Type | Default | Values | Required |
|---|---|---|---|---|---|
size | Control size. One of xs, sm, md, lg, xl. | String | md | xssmmdlgxl | |
links | Renders page buttons as links (`?page=` query). | Boolean | false | ||
totalPages | Total number of pages. | Number | 1 | ||
modelValue | Current page (v-model). | Number | 1 | ||
variant | Layout style (simple, quick, or dots). | String | simple | simplequickdots |
emits
Name | Description |
|---|---|
update:modelValue | Emitted when the current page changes (v-model). |