x
1
2
3
4
5
<div class="flex flex-col gap-half" style="max-inline-size: 20rem"> <div class="skeleton i-full" style="height: var(--size-4)"></div> <div class="skeleton i-full" style="height: var(--size-4)"></div> <div class="skeleton" style="height: var(--size-4); width: 75%;"></div></div>1
2
3
4
5
<div class="flex flex-col gap-half" style="max-inline-size: 20rem"> <div class="skeleton i-full" style="height: var(--size-4)"></div> <div class="skeleton i-full" style="height: var(--size-4)"></div> <div class="skeleton" style="height: var(--size-4); width: 75%;"></div></div>1
2
3
4
5
6
.skeleton { animation: var(--animate-blink); animation-duration: 2s; background-color: var(--color-border); border-radius: var(--rounded-md);}
Java Script is not required or multiple files are needed, check the notes.
No notes provided.