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

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/card.tsx lines 74–82

function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
  return (
    <div
      data-slot="card-footer"
      className={cn("flex items-center px-6 [.border-t]:pt-6", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does CardFooter() do?
CardFooter() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/card.tsx.
Where is CardFooter() defined?
CardFooter() is defined in apps/v4/registry/new-york-v4/ui/card.tsx at line 74.

Analyze Your Own Codebase

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

Try Supermodel Free