Variable: PaginationLink
@arolariu/components / PaginationLink
Variable: PaginationLink
constPaginationLink:ForwardRefExoticComponent<PaginationLinkProps&RefAttributes<HTMLAnchorElement>>
Defined in: components/ui/pagination.tsx:158
Renders an anchor styled to match pagination controls.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders an
<a>element - Styling via CSS Modules with
--ac-*custom properties
Example
<PaginationLink href='?page=2' isActive>
2
</PaginationLink>
See
PaginationLinkProps for available props
// was this page useful?