-
Notifications
You must be signed in to change notification settings - Fork 659
Closed
Description
I've got jQuery, Bootstrap included, and Bootstrap Modal is working. But cannot find a way to use this dialog. Have any of you successfully used this dialog with ReactJS?
npm i jquery bootstrap bootstrap3-dialog
import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap3-dialog/dist/css/bootstrap-dialog.min.css';
import jQuery from 'jquery';
import BootstrapDialog from 'bootstrap3-dialog'; // I CANNOT IMPORT IT HERE
window.jQuery = jQuery;
require('bootstrap');
Metadata
Metadata
Assignees
Labels
No labels