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