--- title: Skeleton description: Use to show a placeholder while content is loading. component: true --- ## Installation ```bash npx shadcn-ui add skeleton ``` Manual Installation 1. Copy and paste the following code into your project. This is the `` primitive. You can place it in a file at `components/ui/skeleton.tsx`. ## Usage ```tsx import { Skeleton } from "@/components/ui/skeleton" ``` ```tsx ```