ssddanbrown/mailbag

View on GitHub
resources/views/components/dropdown-menu.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<div {{ $attributes->merge(['class' => 'origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 z-10']) }}>
    <div class="py-1" role="menu" aria-orientation="vertical" aria-labelledby="options-menu">
        {{ $slot }}
    </div>
</div>