文档
骨架屏

骨架屏

用于在内容加载时显示占位符。

安装

npx shadcn@latest add skeleton

使用

import { Skeleton } from "@/components/ui/skeleton"
<Skeleton className="w-[100px] h-[20px] rounded-full" />

示例

卡片