> ## 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.

# TapStatProps

> The props TapStat takes.

The props `TapStat` takes.

## Properties

### delta?

```ts theme={null}
optional delta?: number;
```

A share of the previous period, so `0.087` renders as `+9%`.

***

### hint?

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

A line of context under the number.

***

### label

```ts theme={null}
label: string;
```

***

### value

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