> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapCardProps

> The props TapCard takes.

The props `TapCard` takes.

## Properties

### action?

```ts theme={null}
optional action?: ReactNode;
```

Sits at the end of the header, for a button or a link.

***

### children

```ts theme={null}
children: ReactNode;
```

***

### className?

```ts theme={null}
optional className?: string;
```

***

### footer?

```ts theme={null}
optional footer?: ReactNode;
```

Rendered under a divider below the body.

***

### title?

```ts theme={null}
optional title?: ReactNode;
```

Rendered in the header, which appears only with a `title` or an `action`.
