---
title: Skeleton
description: Use to show a placeholder while content is loading.
base: base
component: true
---
## Installation
Command
Manual
```bash
npx shadcn@latest add skeleton
```
Copy and paste the following code into your project.
Update the import paths to match your project setup.
## Usage
```tsx
import { Skeleton } from "@/components/ui/skeleton"
```
```tsx
```
## Examples
### Avatar
### Card
### Text
### Form
### Table
## RTL
To enable RTL support in shadcn/ui, see the [RTL configuration guide](/docs/rtl).