Components / Feedback
Skeleton
Provides a loading placeholder.
Preview
1import { Skeleton } from "@/components/ui/skeleton"2
3export function SkeletonDemo() {4 return <Skeleton className="h-4 w-48" />5}Installation
Add the source directly to your project with the shadcn CLI.
npx shadcn@latest add qentrah/DUI/skeletonUsage
Install the component, import it from your configured UI directory, and adapt the source to your product. Open the source panel under any example to copy that exact variant.