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

# TapSkeletonProps

> The props TapSkeleton takes.

The props `TapSkeleton` takes.

## Properties

### className?

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

***

### lines?

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

How many bars to draw. Defaults to one.

***

### width?

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

A CSS width for every bar. Left out, each bar is 12% shorter than the last.
