CardFooter() — ui Function Reference
Architecture documentation for the CardFooter() function in card.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD ec8adfc9_7a65_a7c2_2a13_b5f4b1181a60["CardFooter()"] 6aeaf5ac_5f0c_00b1_0d9d_87cf84c56ca0["card.tsx"] ec8adfc9_7a65_a7c2_2a13_b5f4b1181a60 -->|defined in| 6aeaf5ac_5f0c_00b1_0d9d_87cf84c56ca0 style ec8adfc9_7a65_a7c2_2a13_b5f4b1181a60 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/card.tsx lines 76–84
function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
return (
<div
data-slot="card-footer"
className={cn("cn-card-footer flex items-center", className)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does CardFooter() do?
CardFooter() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/card.tsx.
Where is CardFooter() defined?
CardFooter() is defined in apps/v4/registry/bases/radix/ui/card.tsx at line 76.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free