Skeleton

Use to show a placeholder while content is loading.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/skeleton

Usage

Import the component from the package:

import { Skeleton } from "@/registry/ui/skeleton"

Then use it in your application:

<Skeleton />

Examples

Default