PaginationItem
Source: client/lib/theme/vueda-tailwind/navigation/index.js
Numbered page control. Composes the Button base and switches between outline active and ghost inactive variants.
Vue component: PaginationItem
| Slot | Default classes | Description |
|---|---|---|
| root | callback | Numbered page control. Composes the Button base and switches between outline active and ghost inactive variants. |
root
Numbered page control. Composes the Button base and switches between outline active and ghost inactive variants.
Callback:
javascript
({ isActive }) => ({
composes: ["_ButtonBase.root", isActive ? "_ButtonOutline.root" : "_ButtonGhost.root"],
class: [],
})Source: client/lib/theme/vueda-tailwind/navigation/PaginationItem.theme.js:17