Variable: PaginationNext
@arolariu/components / PaginationNext
Variable: PaginationNext
constPaginationNext:ForwardRefExoticComponent<Omit<PaginationLinkProps&RefAttributes<HTMLAnchorElement>,"ref"> &RefAttributes<HTMLAnchorElement>>
Defined in: components/ui/pagination.tsx:221
Renders the pagination control for navigating to the next page.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders an
<a>element through PaginationLink - Styling via CSS Modules with
--ac-*custom properties
Example
<PaginationNext href='?page=3' />
See
PaginationNextProps for available props
// was this page useful?