Skip to content

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

SlotDefault classesDescription
rootcallbackNumbered 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

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2