Home / Function/ CardFooter() — ui Function Reference

CardFooter() — ui Function Reference

Architecture documentation for the CardFooter() function in card.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  0c7b2bf1_dc1a_0ed2_bfdf_6a6fc786b281["CardFooter()"]
  1791323c_24b3_71a6_f67e_dbdba3f606e3["card.tsx"]
  0c7b2bf1_dc1a_0ed2_bfdf_6a6fc786b281 -->|defined in| 1791323c_24b3_71a6_f67e_dbdba3f606e3
  style 0c7b2bf1_dc1a_0ed2_bfdf_6a6fc786b281 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/ui/card.tsx lines 81–92

function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
  return (
    <div
      data-slot="card-footer"
      className={cn(
        "bg-muted/50 flex items-center rounded-b-xl border-t p-4 group-data-[size=sm]/card:p-3",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does CardFooter() do?
CardFooter() is a function in the ui codebase, defined in apps/v4/examples/radix/ui/card.tsx.
Where is CardFooter() defined?
CardFooter() is defined in apps/v4/examples/radix/ui/card.tsx at line 81.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free