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

Bound value:

Bound value:

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

Bound value:

Bound value:

BLADE, 'Range' => <<<'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 and the first day of the week follow the application's locale.

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