Home / Function/ ItemFooterExamples() — ui Function Reference

ItemFooterExamples() — ui Function Reference

Architecture documentation for the ItemFooterExamples() function in item-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  c158feca_961a_1959_552e_90386b26f23f["ItemFooterExamples()"]
  d6dd3efc_dfed_4ee7_5f78_0ead2cb393df["item-example.tsx"]
  c158feca_961a_1959_552e_90386b26f23f -->|defined in| d6dd3efc_dfed_4ee7_5f78_0ead2cb393df
  style c158feca_961a_1959_552e_90386b26f23f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/item-example.tsx lines 1593–1638

function ItemFooterExamples() {
  return (
    <Example title="ItemFooter">
      <Item>
        <ItemContent>
          <ItemTitle>Quarterly Report Q4 2024</ItemTitle>
          <ItemDescription>
            Financial overview including revenue, expenses, and growth metrics
            for the fourth quarter.
          </ItemDescription>
        </ItemContent>
        <ItemFooter>
          <span className="text-muted-foreground text-sm">
            Last updated 2 hours ago
          </span>
        </ItemFooter>
      </Item>
      <Item variant="outline">
        <ItemContent>
          <ItemTitle>User Research Findings</ItemTitle>
          <ItemDescription>
            Insights from interviews and surveys conducted with 50+ users across
            different demographics.
          </ItemDescription>
        </ItemContent>
        <ItemFooter>
          <span className="text-muted-foreground text-sm">
            Created by Sarah Chen
          </span>
        </ItemFooter>
      </Item>
      <Item variant="muted">
        <ItemContent>
          <ItemTitle>Product Roadmap</ItemTitle>
          <ItemDescription>
            Planned features and improvements scheduled for the next three
            months.
          </ItemDescription>
        </ItemContent>
        <ItemFooter>
          <span className="text-muted-foreground text-sm">12 comments</span>
        </ItemFooter>
      </Item>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does ItemFooterExamples() do?
ItemFooterExamples() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/item-example.tsx.
Where is ItemFooterExamples() defined?
ItemFooterExamples() is defined in apps/v4/registry/bases/radix/examples/item-example.tsx at line 1593.

Analyze Your Own Codebase

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

Try Supermodel Free