@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, 'A directly actionable card: the card is the tab stop' => <<<'BLADE' contract.pdf

1.2 MB · downloaded twice

BLADE, 'A card being dragged' => <<<'BLADE' Elevation 4 and the 16% state layer, for as long as the application says the card is being carried. BLADE, 'Lists' => <<<'BLADE' BLADE, 'A list to choose from' => <<<'BLADE' BLADE, 'A list with leading video' => <<<'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, 'A divider with a subheader' => <<<'BLADE'
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, 'A dialog whose body scrolls: dividers only while content is hidden' => <<<'BLADE'

A share link opens the files you chose, and only those. Adding a file to the folder later does not add it to a link you have already sent; make a new link for it.

Anyone who has the link can open it until it expires. Forwarding the link forwards that access, so send it to the people who need it and to nobody else.

A password, when you set one, is asked for every time the link is opened. Send it separately from the link, by another channel, so one intercepted message is not enough.

The link expires at the time you picked. After that it shows a page saying so, and downloads that were still running stop at once.

You can end a link early from the list of shares. Ending it takes effect immediately for everyone, including people who opened it a moment ago.

Downloads are counted per file. The count is shown to you and never to the people you shared with.

Files larger than 2 GB are offered as a single archive only when the whole share fits under the archive limit; otherwise each file downloads on its own.

Previews are generated for images, PDFs and plain text. Other types show their name, size and an icon.

Deleting a file you shared removes it from every link that holds it. People who open such a link see the files that are left.

These terms apply to every link you create from now on. Links you created before keep the terms they were made under.

BLADE, 'A standard side sheet: co-planar from expanded, modal below' => <<<'BLADE'

From expanded (840px) the sheet beside this text is co-planar: no scrim, no focus trap, flat on the surface, divided from this column by a rule. Narrow the window and the same sheet becomes the modal one.

BLADE, 'Sheets' => <<<'BLADE'

Press the drag handle, or focus it and press Enter, to move to the next height; from the last it closes. Dragging it settles on the nearest.

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