6.8k

Use to show a placeholder while content is loading.

Installation

pnpm dlx shadcn-svelte@latest add skeleton

Usage

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