@props([ 'type' => 'text', 'lines' => 1, 'width' => 'full' ]) @php $widths = [ 'full' => 'w-full', '3/4' => 'w-3/4', '1/2' => 'w-1/2', '1/3' => 'w-1/3', '1/4' => 'w-1/4', ]; @endphp @if($type === 'text')
@for($i = 0; $i < $lines; $i++)
@endfor
@elseif($type === 'avatar')
@elseif($type === 'image')
@elseif($type === 'card')
@elseif($type === 'table-row')
@endif