Variable: CardContent
@arolariu/components / CardContent
Variable: CardContent
constCardContent:ForwardRefExoticComponent<CardSectionProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/card.tsx:190
The main content region for card body content.
Remarks
Rendering Context: Server- and client-compatible presentational component.
Renders a <div> with interior spacing optimized for text, forms, charts, or any
other primary card content placed between the header and footer.
Example
<CardContent>
<p>Your subscription renews on March 31.</p>
</CardContent>
See
// was this page useful?