Card

Outbound link card with automatic UTM parameters appended to the href.

Preview

Documentation

Learn how to build with Astro.

GitHub

Browse the source code.

Usage

import { Card } from "@bambi-ui/card";

<Card title="Docs" href="https://example.com">
  Description text here.
</Card>

Props

Prop Type Required Description
titlestringCard heading.
hrefstringDestination URL. UTM parameters are appended automatically.
childrenReactNodeCard description.
classNamestringAdditional Tailwind classes or custom CSS class.