{{-- The supporting-pane 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'

Three days by the lake in June: the train on Friday morning, two nights at the harbour, and a walk round the old town on Sunday before the train home.

From 840px the comments sit beside the proposal, 360px wide (412px from 1200px). Below it they are a bottom sheet docked to the window: press its handle to read them.

BLADE; @endphp @section('content')

Foundations

Layout

M3's supporting pane: a focus pane, and beside it what only means something in relation to it — the comments on a document, the details of a video. Below 840px it moves under the focus pane or into a bottom sheet; from 840px it sits beside it, a fixed 360px (412px from 1200px).

@endsection