PaginationNext() — supabase Function Reference
Architecture documentation for the PaginationNext() function in pagination.tsx from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 3bc40039_a10b_a63f_2efb_e47ad9cd5d6d["PaginationNext()"] 6215f5f8_959b_0d27_9c02_ce5f395aab88["cn()"] 3bc40039_a10b_a63f_2efb_e47ad9cd5d6d -->|calls| 6215f5f8_959b_0d27_9c02_ce5f395aab88 style 3bc40039_a10b_a63f_2efb_e47ad9cd5d6d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/cms/src/components/ui/pagination.tsx lines 61–71
const PaginationNext = ({ className, ...props }: React.ComponentProps<typeof PaginationLink>) => (
<PaginationLink
aria-label="Go to next page"
className={cn('gap-1 pr-2.5', className)}
size="default"
{...props}
>
<span>Next</span>
<ChevronRight className="h-4 w-4" />
</PaginationLink>
)
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does PaginationNext() do?
PaginationNext() is a function in the supabase codebase.
What does PaginationNext() call?
PaginationNext() calls 1 function(s): cn.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free