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

# Skeleton

Use to show a placeholder while content is loading.

## Usage

```ts theme={null}
import { Skeleton } from "@turbostack/ui"
```

```tsx theme={null}
<Skeleton className="w-[100px] h-[20px]" />
```
