CardFooterWithBorderSmall() — ui Function Reference
Architecture documentation for the CardFooterWithBorderSmall() function in card-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD b86b6b60_9906_7b28_b8bf_3cf2ce679c6a["CardFooterWithBorderSmall()"] ee714589_8224_8ab3_9e79_b7337e5a44b1["card-example.tsx"] b86b6b60_9906_7b28_b8bf_3cf2ce679c6a -->|defined in| ee714589_8224_8ab3_9e79_b7337e5a44b1 style b86b6b60_9906_7b28_b8bf_3cf2ce679c6a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/card-example.tsx lines 349–367
function CardFooterWithBorderSmall() {
return (
<Example title="Footer with Border (Small)">
<Card size="sm" className="mx-auto w-full max-w-sm">
<CardContent>
<p>
The footer has a border-t class applied, creating a visual
separation between the content and footer sections.
</p>
</CardContent>
<CardFooter className="border-t">
<Button variant="outline" size="sm" className="w-full">
Footer with Border
</Button>
</CardFooter>
</Card>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does CardFooterWithBorderSmall() do?
CardFooterWithBorderSmall() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/card-example.tsx.
Where is CardFooterWithBorderSmall() defined?
CardFooterWithBorderSmall() is defined in apps/v4/registry/bases/radix/examples/card-example.tsx at line 349.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free