@props(['id', 'maxWidth' => '2xl','key' => null]) @php $maxWidth = [ 'sm' => 'sm:max-w-sm', 'md' => 'sm:max-w-md', 'lg' => 'sm:max-w-lg', 'xl' => 'sm:max-w-xl', '2xl' => 'sm:max-w-2xl', '3xl' => 'sm:max-w-3xl', '4xl' => 'sm:max-w-4xl', '5xl' => 'sm:max-w-5xl', '6xl' => 'sm:max-w-6xl', '7xl' => 'sm:max-w-7xl', '8xl' => 'sm:max-w-8xl', ][$maxWidth]; $maxHeight = [ 'sm' => 'sm:max-h-sm', 'md' => 'sm:max-h-md', 'lg' => 'sm:max-h-lg', 'xl' => 'sm:max-h-xl', '2xl' => 'sm:max-h-2xl', '3xl' => 'sm:max-h-3xl', '4xl' => 'sm:max-h-fit', ] @endphp