Skip to main content

Variable: CardContent

@arolariu/components


@arolariu/components / CardContent

Variable: CardContent

const CardContent: 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

Base UI documentation

// was this page useful?