Files
Archive/retro/atomcms/resources/themes/atom/views/components/navigation/dropdown.blade.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>