@props(['id', 'align' => 'right', 'width' => '48', 'contentClasses' => 'py-1 bg-white dark:bg-gray-800']) @php $alignmentClasses = match ($align) { 'left' => 'origin-top-left left-0', 'top' => 'origin-top', 'right' => 'origin-top-right right-0', 'bottom' => 'origin-bottom', default => 'origin-top-right right-0', }; $width = is_numeric($width) ? $width.'rem' : $width; @endphp