Previews

No matching results.

Pages

No matching results.

x
1
2
3
4
5
6
7
<div class="flex items-center i-fit gap" style="--column-gap: 1rem">
<div class="skeleton rounded-full flex-item-no-shrink" style="height: var(--size-10); width: var(--size-10);"></div>
<div class="flex flex-col gap-half">
<div class="skeleton" style="height: var(--size-4); width: 150px;"></div>
<div class="skeleton" style="height: var(--size-4); width: 100px;"></div>
</div>
</div>
1
2
3
4
5
6
7
<div class="flex items-center i-fit gap" style="--column-gap: 1rem">
<div class="skeleton rounded-full flex-item-no-shrink" style="height: var(--size-10); width: var(--size-10);"></div>
<div class="flex flex-col gap-half">
<div class="skeleton" style="height: var(--size-4); width: 150px;"></div>
<div class="skeleton" style="height: var(--size-4); width: 100px;"></div>
</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.