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

4 lines
170 B
PHP
Raw Normal View History

2024-06-21 19:27:40 +02:00
<div @click="$dispatch('drawer-{{ $action }}-{{ $target }}')" x-on:touchstart="$dispatch('drawer-{{ $action }}-{{ $target }}')" {{ $attributes }}>
2024-05-15 12:28:03 +02:00
{{ $slot }}
</div>