Skip to main content

Variable: CardDescription

@arolariu/components


@arolariu/components / CardDescription

Variable: CardDescription

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

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

A muted text block for supporting information beneath a card title.

Remarks

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

Renders a styled <div> intended for secondary copy, helper messaging, or status summaries that contextualize the main card heading.

Example

<CardDescription>Track response times and alert volume in one place.</CardDescription>

See

Base UI documentation

// was this page useful?