Variable: Card
constCard:FC<CardProps>
Defined in: components/Card/index.tsx:43
Component
Card
Description
A flexible content container with optional header, footer, and body sections.
Param
The component props.
Returns
The rendered Card component.
Example
<Card header={<h2>Card Title</h2>} footer={<Button>Action</Button>}>
<p>This is the card content.</p>
</Card>