@php $examples = [ 'Time pickers: 12 and 24 hours, outlined and filled' => <<<'BLADE'
BLADE, 'Time pickers: steps and limits' => <<<'BLADE'

Stored as

BLADE, ]; @endphp

Time pickers

<x-timepicker> — M3's dial and input time picker in a modal dialog, opened from a text field.

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