Installation
Copy and paste the component source files linked at the top of this page into your project.
Usage
<script lang="ts">
import { Skeleton } from "$lib/components/ui/skeleton/index.js";
</script> <Skeleton class="h-[20px] w-[100px] rounded-full" />