Cards are used to group related content in a clean container.
Usage
import { Card } from "youruikit";
<Card>
<h3>Card Title</h3>
<p>This is card content</p>
</Card>
Props
| Prop | Type | Description |
|---|---|---|
| children | ReactNode | Card content |
| className | string | Custom styles |