@php
$examples = [
'Navigation bar' => <<<'BLADE'
From 600px wide: icon beside label, centred
Hide on scroll: scroll the page down, then up
The bar follows the window's scrolling, not this box's: scroll the showcase down and it leaves, scroll up and it springs back. It stays while a snackbar or a bottom sheet is on screen.
Tall (80px): icon over label whatever the width
BLADE,
'Collapsed, narrow and expanded rails' => <<<'BLADE'
BLADE,
'Collapsible rail' => <<<'BLADE'
Mail
The menu button collapses and expands the rail, and the FAB morphs into an extended FAB with it. The choice is remembered and applied before the next page paints — every collapsible rail follows it, <x-app-shell>'s from expanded (840px) too.
BLADE,
];
@endphp