Skeleton

A placeholder to show while content is loading.

Installation

npx lily-svelte@latest add skeleton

Usage

<script lang="ts">
	import { Skeleton } from '$lib/components/ui/skeleton';
</script>
 
<div class="flex items-center gap-4">
	<Skeleton class="size-12 rounded-full" />
	<Skeleton class="h-4 w-40" />
</div>

Built by levish. The source code is available on GitHub.

Quiet by design.