@props([ 'align' => 'left', 'width' => '48', 'contentClasses' => 'py-1 bg-white dark:bg-gray-700', 'dropdownClasses' => '', 'trigger' => 'Options', 'mainClass' => 'justify-baseline', ]) @php $alignmentClasses = match($align) { 'left' => 'ltr:origin-top-left rtl:origin-top-right start-0', 'top' => 'origin-top', 'right' => 'ltr:origin-top-right rtl:origin-top-left end-0', default => 'ltr:origin-top-left rtl:origin-top-right start-0', }; $widthClass = $width === '48' ? 'w-48' : 'w-64'; @endphp