CardFooterWithBorder() — ui Function Reference
Architecture documentation for the CardFooterWithBorder() function in card-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD f645bdff_74b1_f4bb_4771_a534bbd1131c["CardFooterWithBorder()"] ee714589_8224_8ab3_9e79_b7337e5a44b1["card-example.tsx"] f645bdff_74b1_f4bb_4771_a534bbd1131c -->|defined in| ee714589_8224_8ab3_9e79_b7337e5a44b1 style f645bdff_74b1_f4bb_4771_a534bbd1131c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/card-example.tsx lines 256–274
function CardFooterWithBorder() {
return (
<Example title="Footer with Border">
<Card 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" className="w-full">
Footer with Border
</Button>
</CardFooter>
</Card>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does CardFooterWithBorder() do?
CardFooterWithBorder() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/card-example.tsx.
Where is CardFooterWithBorder() defined?
CardFooterWithBorder() is defined in apps/v4/registry/bases/radix/examples/card-example.tsx at line 256.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free