Home / Function/ PaginationNext() — ui Function Reference

PaginationNext() — ui Function Reference

Architecture documentation for the PaginationNext() function in pagination.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  323890d6_44fa_e6be_6130_4892c126f737["PaginationNext()"]
  78cea128_6181_ca27_7fc2_f4399dbd1d91["pagination.tsx"]
  323890d6_44fa_e6be_6130_4892c126f737 -->|defined in| 78cea128_6181_ca27_7fc2_f4399dbd1d91
  style 323890d6_44fa_e6be_6130_4892c126f737 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/default/ui/pagination.tsx lines 78–91

const PaginationNext = ({
  className,
  ...props
}: React.ComponentProps<typeof PaginationLink>) => (
  <PaginationLink
    aria-label="Go to next page"
    size="default"
    className={cn("gap-1 pr-2.5", className)}
    {...props}
  >
    <span>Next</span>
    <ChevronRight className="h-4 w-4" />
  </PaginationLink>
)

Subdomains

Frequently Asked Questions

What does PaginationNext() do?
PaginationNext() is a function in the ui codebase, defined in deprecated/www/registry/default/ui/pagination.tsx.
Where is PaginationNext() defined?
PaginationNext() is defined in deprecated/www/registry/default/ui/pagination.tsx at line 78.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free