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
  8372657d_02cb_bd37_3923_bec38991d8af["ItemFooter()"]
  cc37b965_c9ca_958b_bc41_514f37851409["item.tsx"]
  8372657d_02cb_bd37_3923_bec38991d8af -->|defined in| cc37b965_c9ca_958b_bc41_514f37851409
  style 8372657d_02cb_bd37_3923_bec38991d8af fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

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}
    />
  )
}

Subdomains

Frequently Asked Questions

What does ItemFooter() do?
ItemFooter() is a function in the ui codebase, defined in apps/v4/registry/bases/base/ui/item.tsx.
Where is ItemFooter() defined?
ItemFooter() is defined in apps/v4/registry/bases/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