Skip to main content

Variable: CardTitle

@arolariu/components


@arolariu/components / CardTitle

Variable: CardTitle

const CardTitle: ForwardRefExoticComponent<CardSectionProps & RefAttributes<HTMLDivElement>>

Defined in: components/ui/card.tsx:111

A prominent title slot for the primary heading inside a card.

Remarks

Rendering Context: Server- and client-compatible presentational component.

Renders a styled <div> for visual hierarchy. Provide semantic heading elements inside it when the surrounding document outline requires explicit heading levels.

Example

<CardTitle>Security overview</CardTitle>

See

Base UI documentation

// was this page useful?