Home / Function/ ItemFooter() — ui Function Reference

ItemFooter() — ui Function Reference

Architecture documentation for the ItemFooter() function in item.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  f630ca5c_4578_ddd3_e15a_9b65db1b9110["ItemFooter()"]
  f07253cd_33f6_817c_e23b_781dd301d466["item.tsx"]
  f630ca5c_4578_ddd3_e15a_9b65db1b9110 -->|defined in| f07253cd_33f6_817c_e23b_781dd301d466
  style f630ca5c_4578_ddd3_e15a_9b65db1b9110 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/ui/item.tsx lines 176–187

function ItemFooter({ className, ...props }: React.ComponentProps<"div">) {
  return (
    <div
      data-slot="item-footer"
      className={cn(
        "flex basis-full items-center justify-between gap-2",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does ItemFooter() do?
ItemFooter() is a function in the ui codebase, defined in apps/v4/examples/base/ui/item.tsx.
Where is ItemFooter() defined?
ItemFooter() is defined in apps/v4/examples/base/ui/item.tsx at line 176.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free