Use to show a placeholder while content is loading.
Run the following command:
npx ever-ui-clx@0.2.1 add demo-skeleton
import { Skeleton } from "@/components/ui/skeleton";
<div className="flex flex-col space-y-3"> <Skeleton className="h-[125px] w-[250px] rounded-xl" /> <div className="space-y-2"> <Skeleton className="h-4 w-[250px]" /> <Skeleton className="h-4 w-[200px]" /> </div> </div>