ItemHeaderAndFooterExamples() — ui Function Reference
Architecture documentation for the ItemHeaderAndFooterExamples() function in item-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 39ceec2e_eb5d_c998_c30c_13330303f5f8["ItemHeaderAndFooterExamples()"] d6dd3efc_dfed_4ee7_5f78_0ead2cb393df["item-example.tsx"] 39ceec2e_eb5d_c998_c30c_13330303f5f8 -->|defined in| d6dd3efc_dfed_4ee7_5f78_0ead2cb393df style 39ceec2e_eb5d_c998_c30c_13330303f5f8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/item-example.tsx lines 1640–1696
function ItemHeaderAndFooterExamples() {
return (
<Example title="ItemHeader + ItemFooter">
<Item>
<ItemHeader>
<span className="text-sm font-medium">Team Project</span>
</ItemHeader>
<ItemContent>
<ItemTitle>Website Redesign</ItemTitle>
<ItemDescription>
Complete overhaul of the company website with modern design
principles and improved user experience.
</ItemDescription>
</ItemContent>
<ItemFooter>
<span className="text-muted-foreground text-sm">
Updated 5 minutes ago
</span>
</ItemFooter>
</Item>
<Item variant="outline">
<ItemHeader>
<span className="text-sm font-medium">Client Work</span>
</ItemHeader>
<ItemContent>
<ItemTitle>Mobile App Development</ItemTitle>
<ItemDescription>
Building a cross-platform mobile application for iOS and Android
with React Native.
</ItemDescription>
</ItemContent>
<ItemFooter>
<span className="text-muted-foreground text-sm">
Status: In Progress
</span>
</ItemFooter>
</Item>
<Item variant="muted">
<ItemHeader>
<span className="text-sm font-medium">Documentation</span>
</ItemHeader>
<ItemContent>
<ItemTitle>API Integration Guide</ItemTitle>
<ItemDescription>
Step-by-step instructions for integrating third-party APIs with
authentication and error handling.
</ItemDescription>
</ItemContent>
<ItemFooter>
<span className="text-muted-foreground text-sm">
Category: Technical • 3 attachments
</span>
</ItemFooter>
</Item>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ItemHeaderAndFooterExamples() do?
ItemHeaderAndFooterExamples() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/item-example.tsx.
Where is ItemHeaderAndFooterExamples() defined?
ItemHeaderAndFooterExamples() is defined in apps/v4/registry/bases/radix/examples/item-example.tsx at line 1640.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free