Learn more about Mintlify
Enter your email to receive updates about new features and product releases.
Use to show a placeholder while content is loading.
npx shadcn-svelte@next add skeleton
Copy and paste the component source
<script lang="ts"> import { Skeleton } from "$lib/components/ui/skeleton/index.js"; </script>
<Skeleton class="h-[20px] w-[100px] rounded-full" />