# Skeleton

> A placeholder shimmer shown while content loads.

_Updated: 2026-06-04_

A placeholder shimmer shown while content loads.

## Installation

```bash
railbase ui add skeleton
```

## Usage

```tsx
import { Skeleton } from "@/lib/ui/skeleton";

<Skeleton class="h-4 w-48" />
```
