Files
Archive/retro/atomcms/resources/themes/atom/views/components/navigation/dropdown.blade.php

4 lines
219 B
PHP
Raw Normal View History

2025-12-09 06:52:43 +00:00
<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>