@php $examples = [ 'Outlined and filled text fields' => <<<'BLADE'
BLADE, 'Errors, required and sizes' => <<<'BLADE'
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

Text fields and selection

<x-input>, <x-password>, <x-textarea>, <x-select>, <x-file> (all on <x-field>, outlined or filled), <x-checkbox>, <x-radio>, <x-toggle>, <x-choices>, <x-search> and <x-form>.

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