@php $examples = [ 'Cards' => <<<'BLADE'
The default card. For content that floats a little. Quiet, on the surface itself.
BLADE, 'A card that opens from anywhere on it' => <<<'BLADE' holiday-photos.zip

248 MB · expires in 3 days

BLADE, 'Lists' => <<<'BLADE'
BLADE, 'Dividers and collapse' => <<<'BLADE'
Until the expiry you chose, from one hour to thirty days. No. They can only download what you shared.
LeftRight
BLADE, 'Collapse bound to a property' => <<<'BLADE'
advanced:
Bound with x-model here. In a Livewire view, wire:model="advanced" binds a boolean property the same way, and the page arrives with it open or closed as the property is.
BLADE, 'Dialogs' => <<<'BLADE'
Recipients with the old password will need the new one.
A form that needs the room.
BLADE, 'Sheets' => <<<'BLADE'
BLADE, ]; @endphp

Containment

<x-card>, <x-list> and <x-list-item>, <x-divider>, <x-collapse>, <x-modal>, <x-drawer> and <x-bottom-sheet>.

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