-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Livewire #173
Comments
since Livewire uses blade components i think it will be compatible |
I published the components and then added |
Hey @mkocansey have you started thinking about how you would want to solve this? We're using the TALL stack, so we're in need of this. If wanted, I could start looking into this, since we most likely are forced to solve this in our local bladewind components anyway |
Hey @haugen86 haven't given this much thought--yet. Any help on this will be greatly appreciated. The last comment from @JakeOcean could provide some pointers. |
Every UI library at first always have an issue that when processing forms in the modal, so please be careful. thanks. |
Thanks @elnasnato for the heads up. Are you talking in relation to Livewire? |
@JakeOcean I also had some difficulties on using the modals and rendering them with dynamic content. Often they would just close immediately after popping up. (e.g. an "are you sure to delete the article somedynamicarticlename?") |
Laravel 11 + Livewire 3 I've struggled with use some components with JS assets, like select on my project.
and
Livewire decide then where and when scripts do jobs |
Considering the popularity of Livewire now, it makes sense to add support for Livewire in BladewindUI
The text was updated successfully, but these errors were encountered: