@props([
'type' => 'text',
'rows' => 3,
])
@if($type === 'card')
merge(['class' => 'chm-skeleton chm-skeleton-card']) }} aria-hidden="true">
@elseif($type === 'table')
merge(['class' => 'chm-skeleton-block']) }} aria-hidden="true">
@for($i = 0; $i < $rows; $i++)
@endfor
@else
merge(['class' => 'chm-skeleton chm-skeleton-text']) }} aria-hidden="true">
@endif