bootstrap_storybook-8.x-2.0/src/kits/default/src/js/_bootstrap.js
src/kits/default/src/js/_bootstrap.js
// Bootstrap dependency: Comment it out if you don't need it // import 'popper.js'; // Bootstrap JS utilities: Comment them out if you don't need them // ----------------------------------------------------------------------------- import 'bootstrap/js/dist/alert'; import 'bootstrap/js/dist/button'; import 'bootstrap/js/dist/carousel'; import 'bootstrap/js/dist/collapse'; import 'bootstrap/js/dist/dropdown'; import 'bootstrap/js/dist/index'; import 'bootstrap/js/dist/modal'; import 'bootstrap/js/dist/popover'; import 'bootstrap/js/dist/scrollspy'; import 'bootstrap/js/dist/tab'; import 'bootstrap/js/dist/toast'; import 'bootstrap/js/dist/tooltip'; import 'bootstrap/js/dist/util';
