Skip to main content

Variable: CardFooter

@arolariu/components


@arolariu/components / CardFooter

Variable: CardFooter

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

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

A footer region for actions, summaries, or secondary metadata.

Remarks

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

Renders a flex-enabled <div> that sits at the bottom of the card and is commonly used for buttons, timestamps, totals, or other closing UI elements.

Example

<CardFooter>
<Button>Save changes</Button>
</CardFooter>

See

Base UI documentation

// was this page useful?