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
  698e0b6a_3381_e508_a242_d0757b421542["CardFooter()"]
  48c04f0c_21e5_49a8_8cd8_5ec4fdd0c8bd["card.tsx"]
  698e0b6a_3381_e508_a242_d0757b421542 -->|defined in| 48c04f0c_21e5_49a8_8cd8_5ec4fdd0c8bd
  style 698e0b6a_3381_e508_a242_d0757b421542 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/ui-rtl/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-rtl/card.tsx.
Where is CardFooter() defined?
CardFooter() is defined in apps/v4/examples/radix/ui-rtl/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