@php $examples = [ 'Docked' => <<<'BLADE'

Bound value:

Bound value:

BLADE, 'Modal and modal input' => <<<'BLADE'

Bound value:

Bound value:

BLADE, 'Range' => <<<'BLADE' {{-- Narrow the window below 600px: a range picker becomes M3's full-screen one, with a close button, Save, and the months scrolled through. --}}

Bound value:

Bound value:

BLADE, 'First day of the week and format' => <<<'BLADE'

Bound value:

Bound value:

BLADE, 'Limits, errors and states' => <<<'BLADE'
BLADE, ]; @endphp

Date pickers

<x-datepicker> — docked, modal and modal input; single dates and ranges. Month and weekday names, the first day of the week and the typed format follow the application's locale; week-start and format set the last two for someone who chose their own.

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