Variable: PaginationItem
@arolariu/components / PaginationItem
Variable: PaginationItem
constPaginationItem:ForwardRefExoticComponent<Omit<DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>,HTMLLIElement>,"ref"> &RefAttributes<HTMLLIElement>>
Defined in: components/ui/pagination.tsx:131
Wraps an individual pagination control.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders an
<li>element - Styling via CSS Modules with
--ac-*custom properties
Example
<PaginationItem>
<PaginationLink href='?page=1'>1</PaginationLink>
</PaginationItem>
See
PaginationItemProps for available props
// was this page useful?