Command Palette

Search for a command to run...

Skeleton

A placeholder animation to show while content is loading.

Installation

npx shadcn add skeleton --registry https://ui.ch.sh/r

Usage

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

export default function Example() {
  return <Skeleton className="h-4 w-[200px]" />
}