{{-- The list-detail canonical layout on a page of its own (plan step 38): the same working demo the Layout section's Overview linked from its own navigation, built on the real , with the live breakpoint readout the Overview page has. --}} @extends('livewire-material::showcase.layout') @php $code = <<<'BLADE'

Select a message to read it.

Below 840px the list gives way to this message, with a back button that returns you — and your focus — to the list. From 840px both panes show, the list 360px wide and 412px from 1200px.

BLADE; @endphp @section('content')

Foundations

Layout

M3's list-detail: a list, and the detail of what is selected in it — an inbox and a message, folders and a file, settings and a category. Below 840px the list gives way to the detail with a back button; from 840px both panes show, the list a fixed 360px (412px from 1200px) and the detail flexible.

@endsection