Files
project-minnesota/resources/views/components/drawer-trigger.blade.php
2024-05-23 16:51:55 +02:00

4 lines
152 B
PHP

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