-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Any chance you could add support for bootstrap 4?
It seems all that needs to change is the javascript that you import:
// modals-bs4.js
let modalsElement = document.getElementById('laravel-livewire-modals');
$(modalsElement).on('hidden.bs.modal', () => {
Livewire.emit('resetModal');
});
Livewire.on('showBootstrapModal', () => {
$(modalsElement).modal('show');
});
Livewire.on('hideModal', () => {
$(modalsElement).modal('hide');
});Thanks, love the package!
MDylan, kryyova, feliperafael, duydvnganluong, seongbae and 2 more
Metadata
Metadata
Assignees
Labels
No labels