4 lines
219 B
PHP
4 lines
219 B
PHP
|
|
<div x-show="active" class="absolute z-10 min-w-full md:min-w-[150px] py-px mt-2 overflow-hidden bg-white rounded shadow top-full dark:bg-gray-800 whitespace-nowrap" x-transition.offset.top.left>
|
||
|
|
{{ $slot }}
|
||
|
|
</div>
|