Skip to main content

Variable: PaginationLink

@arolariu/components


@arolariu/components / PaginationLink

Variable: PaginationLink

const PaginationLink: 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?