import {Modal} from 'flowbite'; const $targetEl = document.getElementById('default-modal'); const modal = new Modal($targetEl); // model.show on load modal.show();