GenericCard

Card container component for content grouping.

Usage

<GenericCard>
<h3>Card Title</h3>
<p>Card content goes here.</p>
</GenericCard>
<GenericCard
title="Card Title"
footer={<button>Action</button>}
>
<p>Card content goes here.</p>
</GenericCard>

Props

PropTypeDescription
titlestringCard header title
footernodeFooter content
classNamestringAdditional CSS classes