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