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

Relationship Graph

Source Code

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