{ $dispatch(`${openSearchBar ? 'opened' : 'closed'}-search-bar`)})"
@keydown.escape.window="openSearchBar = false; $dispatch('reset-search'); $dispatch('closed-search-bar')"
x-show="openSearchBar"
x-cloak
x-transition:enter="transition ease-in-out duration-150 transform"
x-transition:leave="transition ease-in-out duration-150 transform"
x-transition:enter-start="-translate-y-1/4 opacity-0"
x-transition:enter-end="translate-y-0 opacity-100"
x-transition:leave-start="translate-y-0 opacity-100"
x-transition:leave-end="-translate-y-1/4 opacity-0"
@click.away="openSearchBar = false; $dispatch('reset-search'); $dispatch('closed-search-bar')"
class="bg-white absolute inset-x-0 top-full z-30 border-b shadow-xs
border-gray-300
"
>