Files
einundzwanzig-verein/resources/views/flux/toast/group.blade.php

9 lines
274 B
PHP

@props([
'position' => 'bottom end',
'expanded' => false,
])
<ui-toast-group x-data x-on:toast-show.document="$el.showToast($event.detail)" popover="manual" position="{{ $position }}" {{ $expanded ? 'expanded' : '' }} wire:ignore>
{{ $slot }}
</ui-toast-group>