omnia-digital / livewire-calendar

Laravel Livewire component to show Events in a good looking monthly calendar
MIT License
68 stars 7 forks source link

drag and drop functionality is not work #32

Open shadmanshaikh opened 1 month ago

shadmanshaikh commented 1 month ago

So I tried using SPA in livewire but couldn't do so , So I tried including the livewire as component in to a simple blade file which has a controller returning just the view (PS: i've already installed tailwind css)

this is how my index.blade.php looks like `

@vite('resources/css/app.css')
@livewireStyles
     <livewire:calsec />
     @livewireScripts
     @livewireCalendarScripts

`

cal

i cannot drag and drop ( also provide a way to do that in SPA livewire)