Home / Function/ CardFooterWithBorderSmall() — ui Function Reference

CardFooterWithBorderSmall() — ui Function Reference

Architecture documentation for the CardFooterWithBorderSmall() function in card-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  7a4872cf_0f9c_e75a_c61e_6afd51e14cdd["CardFooterWithBorderSmall()"]
  87a19b49_f9c9_d0f6_82c8_bd14af27311a["card-example.tsx"]
  7a4872cf_0f9c_e75a_c61e_6afd51e14cdd -->|defined in| 87a19b49_f9c9_d0f6_82c8_bd14af27311a
  style 7a4872cf_0f9c_e75a_c61e_6afd51e14cdd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/examples/card-example.tsx lines 349–367

function CardFooterWithBorderSmall() {
  return (
    <Example title="Footer with Border (Small)">
      <Card size="sm" className="mx-auto w-full max-w-sm">
        <CardContent>
          <p>
            The footer has a border-t class applied, creating a visual
            separation between the content and footer sections.
          </p>
        </CardContent>
        <CardFooter className="border-t">
          <Button variant="outline" size="sm" className="w-full">
            Footer with Border
          </Button>
        </CardFooter>
      </Card>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does CardFooterWithBorderSmall() do?
CardFooterWithBorderSmall() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/card-example.tsx.
Where is CardFooterWithBorderSmall() defined?
CardFooterWithBorderSmall() is defined in apps/v4/registry/bases/base/examples/card-example.tsx at line 349.

Analyze Your Own Codebase

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

Try Supermodel Free