start_sass-bootstrap_project/app/src/index.js

9 lines
277 B
JavaScript
Raw Normal View History

2022-11-07 12:09:12 +00:00
// Import all plugins
import * as bootstrap from 'bootstrap';
// Or import only needed plugins
//import { Tooltip as Tooltip, Toast as Toast, Popover as Popover } from 'bootstrap';
// Or import just one
//import Alert as Alert from '../node_modules/bootstrap/js/dist/alert';