PaginationItem() — ui Function Reference
Architecture documentation for the PaginationItem() function in pagination.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD daa0dcc9_b090_b2be_00f0_f6b33fd9bb42["PaginationItem()"] abbdc012_4b4b_899c_97c8_413f21983b01["pagination.tsx"] daa0dcc9_b090_b2be_00f0_f6b33fd9bb42 -->|defined in| abbdc012_4b4b_899c_97c8_413f21983b01 style daa0dcc9_b090_b2be_00f0_f6b33fd9bb42 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/ui-rtl/pagination.tsx lines 35–37
function PaginationItem({ ...props }: React.ComponentProps<"li">) {
return <li data-slot="pagination-item" {...props} />
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does PaginationItem() do?
PaginationItem() is a function in the ui codebase, defined in apps/v4/examples/base/ui-rtl/pagination.tsx.
Where is PaginationItem() defined?
PaginationItem() is defined in apps/v4/examples/base/ui-rtl/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