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="w-[100px] h-[20px] rounded-full" />