lernschiff/resources/views/components/skeleton/stat-tile.blade.php

6 lines
280 B
PHP

<div {{ $attributes->merge(['class' => 'bg-bg-soft border border-line rounded-xl p-4 shadow-sm animate-pulse']) }}>
<div class="h-2 bg-line rounded w-20"></div>
<div class="h-8 bg-line rounded w-24 mt-3"></div>
<div class="h-2 bg-line rounded w-32 mt-2"></div>
</div>