Skip to main content

Variable: Pagination

@arolariu/components


@arolariu/components / Pagination

Variable: Pagination

const Pagination: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & RefAttributes<HTMLElement>>

Defined in: components/ui/pagination.tsx:75

Provides semantic navigation for paginated content.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a <nav> element
  • Styling via CSS Modules with --ac-* custom properties

Example

<Pagination>
<PaginationContent />
</Pagination>

See

PaginationProps for available props

// was this page useful?