Skeleton

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

安装

pnpm dlx shadcn-vue@latest add skeleton

用法

vue
<script setup lang="ts">
import { Skeleton } from '@/components/ui/skeleton'
</script>

<template>
  <Skeleton class="w-[100px] h-5 rounded-full" />
</template>

示例

卡片

Edit this page on GitHub