Components | Sveltify

Skeleton

Usage

Import component & put it into container with position: relative:
<script> import { Skeleton } from '@zdp/sveltify'; </script> <div class="skeleton-container"> <Skeleton /> </div> <style> .skeleton-container { position: relative; height: 75px; } </style>

Sample

Known issues