PaginationItem() — ui Function Reference
Architecture documentation for the PaginationItem() function in pagination.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD f5332c74_b11a_0cf6_dc59_e3a985df70cf["PaginationItem()"] 61a3e142_16cd_6db2_747f_39c9c0364ef0["pagination.tsx"] f5332c74_b11a_0cf6_dc59_e3a985df70cf -->|defined in| 61a3e142_16cd_6db2_747f_39c9c0364ef0 style f5332c74_b11a_0cf6_dc59_e3a985df70cf fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/pagination.tsx lines 36–38
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/new-york-v4/ui/pagination.tsx.
Where is PaginationItem() defined?
PaginationItem() is defined in apps/v4/registry/new-york-v4/ui/pagination.tsx at line 36.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free