用于在内容加载时显示占位符。
npx shadcn@latest add skeleton
import { Skeleton } from "@/components/ui/skeleton"
<Skeleton className="w-[100px] h-[20px] rounded-full" />
本页内容