Home / Function/ CardHeaderWithBorder() — ui Function Reference

CardHeaderWithBorder() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  20a78035_2f2c_613b_527e_d35b8390e6a3["CardHeaderWithBorder()"]
  ee714589_8224_8ab3_9e79_b7337e5a44b1["card-example.tsx"]
  20a78035_2f2c_613b_527e_d35b8390e6a3 -->|defined in| ee714589_8224_8ab3_9e79_b7337e5a44b1
  style 20a78035_2f2c_613b_527e_d35b8390e6a3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/card-example.tsx lines 235–254

function CardHeaderWithBorder() {
  return (
    <Example title="Header with Border">
      <Card className="mx-auto w-full max-w-sm">
        <CardHeader className="border-b">
          <CardTitle>Header with Border</CardTitle>
          <CardDescription>
            This is a card with a header that has a bottom border.
          </CardDescription>
        </CardHeader>
        <CardContent>
          <p>
            The header has a border-b class applied, creating a visual
            separation between the header and content sections.
          </p>
        </CardContent>
      </Card>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free