Skeleton
Use to show a placeholder while content is loading.
Installation
npx shadcn@latest add @uqudo/skeletonUsage
import { Skeleton } from "@/components/uqudo/ui/skeleton"<Skeleton className="h-4 w-[250px]" />The component has no intrinsic size. Give it the dimensions of the content it
stands in for, and override the rounded-2xl corners when you need a circle or
a sharper box.
Examples
Card
API Reference
Skeleton
Prop
Type
The rendered element carries data-slot="skeleton".