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

Relationship Graph

Source Code

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