Files
project-minnesota/resources/views/components/drawer-trigger.blade.php

4 lines
152 B
PHP
Raw Normal View History

2024-05-23 16:51:55 +02:00
<div @click="$dispatch('drawer-{{ $action }}-{{ $target }}')" x-on:touchstart="$dispatch('drawer-{{ $action }}-{{ $target }}')">
2024-05-15 12:28:03 +02:00
{{ $slot }}
</div>