diff --git a/resources/views/showcase/sections/pickers.blade.php b/resources/views/showcase/sections/pickers.blade.php index 241068e4..d3d53b2f 100644 --- a/resources/views/showcase/sections/pickers.blade.php +++ b/resources/views/showcase/sections/pickers.blade.php @@ -1,85 +1,85 @@ @php $examples = [ 'Docked' => <<<'BLADE' -
-
+ + -

Bound value:

-
+

Bound value:

+ -
+ -

Bound value:

-
-
+

Bound value:

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

Bound value:

-
+

Bound value:

+ -
+ -

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:

+ -
+ -

Bound value:

-
-
+

Bound value:

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

Bound value:

-
+

Bound value:

+ -
+ -

Bound value:

-
-
+

Bound value:

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

Date pickers

+ +

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