mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
9 lines
274 B
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>
|