{{-- Skeleton Loader Component - Shows loading placeholder Usage: --}} @props([ 'type' => 'text', 'lines' => 3, 'rows' => 3, 'width' => 'full', 'height' => 'auto', 'rounded' => true ]) @php $baseClasses = 'animate-pulse bg-gray-200'; $roundedClass = $rounded ? 'rounded' : ''; @endphp @switch($type) @case('text')