Pagination() — ui Function Reference
Architecture documentation for the Pagination() function in pagination.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 226446a5_4221_203a_2796_948ad9f920e6["Pagination()"] 1b1c5d6f_f820_ddea_04ab_fcdafb0fca65["pagination.tsx"] 226446a5_4221_203a_2796_948ad9f920e6 -->|defined in| 1b1c5d6f_f820_ddea_04ab_fcdafb0fca65 style 226446a5_4221_203a_2796_948ad9f920e6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/pagination.tsx lines 7–20
function Pagination({ className, ...props }: React.ComponentProps<"nav">) {
return (
<nav
role="navigation"
aria-label="pagination"
data-slot="pagination"
className={cn(
"cn-pagination mx-auto flex w-full justify-center",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does Pagination() do?
Pagination() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/pagination.tsx.
Where is Pagination() defined?
Pagination() is defined in apps/v4/registry/bases/radix/ui/pagination.tsx at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free