Home / Function/ CardHeaderWithBorderSmall() — ui Function Reference

CardHeaderWithBorderSmall() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/card-example.tsx lines 328–347

function CardHeaderWithBorderSmall() {
  return (
    <Example title="Header with Border (Small)">
      <Card size="sm" className="mx-auto w-full max-w-sm">
        <CardHeader className="border-b">
          <CardTitle>Header with Border</CardTitle>
          <CardDescription>
            This is a small 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 CardHeaderWithBorderSmall() do?
CardHeaderWithBorderSmall() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/card-example.tsx.
Where is CardHeaderWithBorderSmall() defined?
CardHeaderWithBorderSmall() is defined in apps/v4/registry/bases/radix/examples/card-example.tsx at line 328.

Analyze Your Own Codebase

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

Try Supermodel Free