@php $examples = [ 'Top app bars' => <<<'BLADE' {{-- Resize the window: two icon buttons below 600px, four from there, the rest in "More options". --}} AR BLADE, 'Toolbars' => <<<'BLADE' {{-- M3's docked toolbar on a large screen: rounded from 840px, its groups of controls divided. Narrower, it is the square docked bar. --}} BLADE, 'Primary tabs' => <<<'BLADE' Three files, 248 MB. Anna, Ben and Chiara. Downloaded twice today. Everything shared with you. Only photos. Only videos. BLADE, 'Secondary and scrollable tabs' => <<<'BLADE' An overview of the account. Passwords and two-factor sign-in. Plan and invoices.
January's shares.
BLADE, 'Section navigation, account menu and theme toggles' => <<<'BLADE' BLADE, ]; @endphp

App bars, toolbars and tabs

<x-app-bar>, <x-toolbar>, <x-tabs>, <x-tab>, <x-section-nav>, <x-account-menu> and <x-theme-toggle>.

@foreach ($examples as $title => $code) @endforeach