# certara-card

<!-- Auto Generated Below -->


## Properties

| Property        | Attribute         | Description                                                                                                                     | Type                                                           | Default     |
| --------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------- |
| `bodyClassName` | `body-class-name` | Adds optional classes to the card body, for instance to zero out padding "pb-0" when there's a footer that already has padding. | `string`                                                       | `undefined` |
| `headline`      | `headline`        | Optional title of the card, appended as the first item in the card body.                                                        | `string`                                                       | `undefined` |
| `href`          | `href`            | Links the entire card if present, using the stretched link utility class.                                                       | `string`                                                       | `undefined` |
| `size`          | `size`            | A size of 'small" creates a mini-card, with tighter padding.                                                                    | `"default" \| "xs"`                                            | `'default'` |
| `subtitle`      | `subtitle`        | Optional subtitle of the card, appended to the card body under the title in smaller, gray text.                                 | `string`                                                       | `undefined` |
| `target`        | `target`          | If href is present, this sets the target of the link.                                                                           | `"_blank" \| "_parent" \| "_self" \| "_top" \| "_unfencedTop"` | `undefined` |
| `width`         | `width`           | Optional width of the card. Accepts a value of `30rem`, `370px`, or any valid CSS size value.                                   | `string`                                                       | `undefined` |


## Slots

| Slot             | Description                                              |
| ---------------- | -------------------------------------------------------- |
|                  | Main slot for card content                               |
| `"footer"`       | Slot for custom footer content                           |
| `"header"`       | Slot for custom header content                           |
| `"image-bottom"` | Slot for an image that appears at the bottom of the card |
| `"image-top"`    | Slot for an image that appears at the top of the card    |


----------------------------------------------


