PaginationNext() — ui Function Reference
Architecture documentation for the PaginationNext() function in pagination.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 0c433871_622d_acc2_4d95_24914901f0e0["PaginationNext()"] 0eda7fd5_0553_91f1_94ce_76e4dfcddc7a["pagination.tsx"] 0c433871_622d_acc2_4d95_24914901f0e0 -->|defined in| 0eda7fd5_0553_91f1_94ce_76e4dfcddc7a style 0c433871_622d_acc2_4d95_24914901f0e0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/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>
)
Domain
Subdomains
Source
Frequently Asked Questions
What does PaginationNext() do?
PaginationNext() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/pagination.tsx.
Where is PaginationNext() defined?
PaginationNext() is defined in deprecated/www/registry/new-york/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