Skeleton
Use to show a placeholder while content is loading.
Installation
npm
npx curv-ui add skeleton
Usage
ts
import { Skeleton } from "@/components/ui/skeleton";
tsx
<Skeleton className="h-12 w-12 rounded/>
Use to show a placeholder while content is loading.
npx curv-ui add skeleton
import { Skeleton } from "@/components/ui/skeleton";
<Skeleton className="h-12 w-12 rounded/>