@php $examples = [ 'A menu' => <<<'BLADE' BLADE, ]; @endphp Menus <x-menu> with <x-menu-item>, <x-menu-group> and <x-menu-separator>. Open one with the keyboard too: arrows, Home, End, a letter, Escape. @foreach ($examples as $title => $code) @endforeach
<x-menu> with <x-menu-item>, <x-menu-group> and <x-menu-separator>. Open one with the keyboard too: arrows, Home, End, a letter, Escape.
<x-menu>
<x-menu-item>
<x-menu-group>
<x-menu-separator>