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

Relationship Graph

Source Code

apps/v4/examples/radix/ui/item.tsx lines 171–182

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/radix/ui/item.tsx.
Where is ItemFooter() defined?
ItemFooter() is defined in apps/v4/examples/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