Skeleton Loader

Card skeleton with an optional avatar placeholder and shimmer lines of varied widths.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Progress12 } from "@/components/beste/piece/progress12";

<Progress12
  lines={3}
  withAvatar={true}
/>