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

Relationship Graph

Source Code

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