@props([ 'name', 'show' => false, 'maxWidth' => '2xl', 'slideOver' => false, // slides in from the right instead of the centered dialog ]) @php $maxWidthClass = [ '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', 'full' => 'sm:max-w-none', ][$maxWidth] ?? 'sm:max-w-2xl'; $isFullscreen = $maxWidth === 'full'; @endphp