Files
project-minnesota/resources/views/components/drawer-trigger.blade.php
2024-06-21 19:27:40 +02:00

4 lines
170 B
PHP

<div @click="$dispatch('drawer-{{ $action }}-{{ $target }}')" x-on:touchstart="$dispatch('drawer-{{ $action }}-{{ $target }}')" {{ $attributes }}>
{{ $slot }}
</div>