120k

Skeleton

Use to show a placeholder while content is loading.

Installation

pnpm dlx shadcn@latest add @force-ui-vue/skeleton

Usage

<script setup lang="ts">
import { Skeleton } from "@/components/ui/skeleton"
</script>
 
<template>
  <Skeleton class="h-[20px] w-[100px] rounded-full" />
</template>

Examples

Avatar

Card

Text

Form

Table

RTL

To enable RTL support in Force UI, see the RTL configuration guide.