@props(['align' => 'right', 'width' => '48', 'contentClasses' => 'py-1 bg-white', 'active']) @php $alignmentClasses = match ($align) { 'left' => 'ltr:origin-top-left rtl:origin-top-right start-0', 'top' => 'origin-top', default => 'ltr:origin-top-right rtl:origin-top-left end-0', }; $borderClass = match ($active ?? false) { true => 'border-b-2 border-black', default => '', }; $width = match ($width) { '48' => 'w-48', default => $width, }; @endphp