Installation
pnpm dlx shadcn-svelte@latest add https://coss-sv.vercel.app/r/skeleton.jsonUsage
<script lang="ts">
import { Skeleton } from "$lib/components/ui/skeleton/index.js";
</script>
<Skeleton class="size-10 rounded-full" />API Reference
Skeleton
A native div with the COSS animated loading gradient. Apply size and shape through class; native
attributes, snippets, callbacks, and a bindable ref are forwarded.