CardHeaderWithBorderSmall() — ui Function Reference
Architecture documentation for the CardHeaderWithBorderSmall() function in card-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD bc612962_0cdc_770b_3a5e_a2ffe2074775["CardHeaderWithBorderSmall()"] 87a19b49_f9c9_d0f6_82c8_bd14af27311a["card-example.tsx"] bc612962_0cdc_770b_3a5e_a2ffe2074775 -->|defined in| 87a19b49_f9c9_d0f6_82c8_bd14af27311a style bc612962_0cdc_770b_3a5e_a2ffe2074775 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/card-example.tsx lines 328–347
function CardHeaderWithBorderSmall() {
return (
<Example title="Header with Border (Small)">
<Card size="sm" className="mx-auto w-full max-w-sm">
<CardHeader className="border-b">
<CardTitle>Header with Border</CardTitle>
<CardDescription>
This is a small card with a header that has a bottom border.
</CardDescription>
</CardHeader>
<CardContent>
<p>
The header has a border-b class applied, creating a visual
separation between the header and content sections.
</p>
</CardContent>
</Card>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does CardHeaderWithBorderSmall() do?
CardHeaderWithBorderSmall() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/card-example.tsx.
Where is CardHeaderWithBorderSmall() defined?
CardHeaderWithBorderSmall() is defined in apps/v4/registry/bases/base/examples/card-example.tsx at line 328.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free