@props(['margin' => false, 'rootClass' => null])
class([ 'w-full rounded-t-md sm:rounded-xl border border-secondary-200 bg-white shadow-lg', 'dark:bg-secondary-800 dark:border-secondary-600 transition-all relative overflow-hidden', 'pointer-events-auto', ]) }} x-show="popover" tabindex="-1" x-transition:enter="ease-out duration-300" x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100" x-transition:leave="ease-in duration-200" x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100" x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" > {{ $slot }}