We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a6bb4 commit 0eecfe8Copy full SHA for 0eecfe8
stubs/livewire/resources/views/components/dropdown.blade.php
@@ -11,6 +11,7 @@
11
$width = match ($width) {
12
'48' => 'w-48',
13
'60' => 'w-60',
14
+ default => 'w-48',
15
};
16
@endphp
17
0 commit comments