We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aed4ad commit 0aa9bfcCopy full SHA for 0aa9bfc
1 file changed
resources/views/modal.blade.php
@@ -44,6 +44,7 @@ class="fixed inset-0 transition-all transform"
44
x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
45
x-bind:class="modalWidth"
46
class="inline-block w-full align-bottom bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:w-full"
47
+ id="modal-container"
48
>
49
@forelse($components as $id => $component)
50
<div x-show.immediate="activeComponent == '{{ $id }}'" x-ref="{{ $id }}" wire:key="{{ $id }}">
0 commit comments