---
title: Skeleton
description: A loading state skeleton for your components.
---
## Installation
CLI
Manual
```bash
npx shadcn@latest add @coss/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
```
## API Reference
This is a custom component, not a Base UI wrapper.
### Skeleton
A simple div with animated pulse effect for loading states. Apply sizing and shape via className.
## Examples
### Skeleton Only