ItemFooter() — ui Function Reference
Architecture documentation for the ItemFooter() function in item.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 23cbb4e2_a821_d9ac_0b60_39690a1c342d["ItemFooter()"] 7819f4f9_438b_0f3d_e2ba_2f35dcf759d3["item.tsx"] 23cbb4e2_a821_d9ac_0b60_39690a1c342d -->|defined in| 7819f4f9_438b_0f3d_e2ba_2f35dcf759d3 style 23cbb4e2_a821_d9ac_0b60_39690a1c342d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/item.tsx lines 171–182
function ItemFooter({ className, ...props }: React.ComponentProps<"div">) {
return (
<div
data-slot="item-footer"
className={cn(
"cn-item-footer flex basis-full items-center justify-between",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does ItemFooter() do?
ItemFooter() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/item.tsx.
Where is ItemFooter() defined?
ItemFooter() is defined in apps/v4/registry/bases/radix/ui/item.tsx at line 171.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free