Pagination
Composable page-number navigation. Combine PaginationFirst/Last/Previous/Next with PaginationItem and PaginationEllipsis to build any layout.
Simple
Just previous, a few pages, and next — no edges or ellipsis.
Default
Number bar with prev/next, first/last, and ellipsis for long ranges.
With edges
showEdges keeps the first and last page visible even on long ranges.
Controlled
Bind v-model:page to a ref so the active page is reflected outside the component.
Current page: 1
Icons only
Override the previous/next slots with a bare chevron and use size icon page buttons for a compact bar.