PaginationItem() — ui Function Reference
Architecture documentation for the PaginationItem() function in pagination.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 53f90dda_e6eb_054f_e4de_4d7683127a86["PaginationItem()"] 1b1c5d6f_f820_ddea_04ab_fcdafb0fca65["pagination.tsx"] 53f90dda_e6eb_054f_e4de_4d7683127a86 -->|defined in| 1b1c5d6f_f820_ddea_04ab_fcdafb0fca65 style 53f90dda_e6eb_054f_e4de_4d7683127a86 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/pagination.tsx lines 35–37
function PaginationItem({ ...props }: React.ComponentProps<"li">) {
return <li data-slot="pagination-item" {...props} />
}
Domain
Subdomains
Source
Frequently Asked Questions
What does PaginationItem() do?
PaginationItem() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/pagination.tsx.
Where is PaginationItem() defined?
PaginationItem() is defined in apps/v4/registry/bases/radix/ui/pagination.tsx at line 35.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free