diff --git a/resources/views/showcase/sections/timepickers.blade.php b/resources/views/showcase/sections/timepickers.blade.php index d8aa4dab..6382f447 100644 --- a/resources/views/showcase/sections/timepickers.blade.php +++ b/resources/views/showcase/sections/timepickers.blade.php @@ -1,44 +1,44 @@ @php $examples = [ '12 and 24 hours, outlined and filled' => <<<'BLADE' -
-
+ + -
+ -
+ -
-
+ + BLADE, 'Steps and limits' => <<<'BLADE' -
-
+ + -
+ -
+ -

Stored as

-
-
+

Stored as

+ + BLADE, ]; @endphp -
-

Time pickers

+ +

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 -
+