Card
Outbound link card with automatic UTM parameters appended to the href.
Preview
Usage
import { Card } from "@bambi-ui/card";
<Card title="Docs" href="https://example.com">
Description text here.
</Card> Props
| Prop | Type | Required | Description |
|---|---|---|---|
title | string | ✓ | Card heading. |
href | string | ✓ | Destination URL. UTM parameters are appended automatically. |
children | ReactNode | ✓ | Card description. |
className | string | — | Additional Tailwind classes or custom CSS class. |