Docs
骨架

骨架

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

安装

¥Installation

pnpm dlx shadcn@latest add skeleton

用法

¥Usage

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

示例

¥Examples

卡片

¥Card