--- title: Skeleton description: Use to show a placeholder while content is loading. component: true --- ## Installation CLI 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 ### Card