Replies: 5 comments 3 replies
-
any progress for documented in bootstrap style? |
Beta Was this translation helpful? Give feedback.
-
You can try something like this in your modal.blade.php for a bootstrap modal:
|
Beta Was this translation helpful? Give feedback.
-
There is a Pro version of Wire Elements that will also support Bootstrap if you don't want to change the template. You can join the waiting list here. |
Beta Was this translation helpful? Give feedback.
-
I am considering the Pro version of Wire Elements, but before buying it I wanted to check out the open source, free Modal that @PhiloNL kindly offers. The Pro version has also other components and more seem to be on the way. If you still want to use bootstrap, the code above misses something. Try this:
|
Beta Was this translation helpful? Give feedback.
-
Maybe you can try something like this to trigger the default modal methods (Bootstrap 4 for exmaple).
|
Beta Was this translation helpful? Give feedback.
-
According to documentation we need to run this command php artisan vendor:publish --tag=livewire-ui-modal-views
to publish modal blade file and make some changes there, but I'm not sure what to change
Beta Was this translation helpful? Give feedback.
All reactions