Skeleton
Usage
Import component & put it into container withposition: 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
- Animation sometimes didn't plays in Safari.