120k

Skeleton

Use to show a placeholder while content is loading.

Installation

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

Usage

<script lang="ts">
  import { Skeleton } from "$lib/components/ui/skeleton/index.js";
</script>
<Skeleton class="h-[20px] w-[100px] rounded-full" />

Examples

Avatar

Card

Text

Form

Table

RTL

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