Variable: CardTitle
@arolariu/components / CardTitle
Variable: CardTitle
constCardTitle: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
// was this page useful?