Docs
Skeleton

Skeleton

Use to show a placeholder while content is loading.

Loading...

Installation

	npx shadcn-svelte@latest add skeleton

Usage

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