@php
$examples = [
'Outlined and filled text fields' => <<<'BLADE'
BLADE,
'Errors, required and sizes' => <<<'BLADE'
BLADE,
'Width at medium and above' => <<<'BLADE'
{{-- M3: never let a text field span the full width of a large screen. From medium it stops at 40rem. --}}
BLADE,
'Character counter' => <<<'BLADE'
BLADE,
'Textarea and select' => <<<'BLADE'
BLADE,
'Checkboxes' => <<<'BLADE'
BLADE,
'Radio buttons' => <<<'BLADE'
BLADE,
'Switches' => <<<'BLADE'
BLADE,
'Choices' => <<<'BLADE'
BLADE,
'Search' => <<<'BLADE'
AR
{{-- M3's resting bar is 360px and grows to 720 while focused; --search-width sets the resting one. --}}
Type to search your settings.
BLADE,
'A form' => <<<'BLADE'
BLADE,
];
@endphp