customize
This commit is contained in:
commit
eec942e2b4
682 changed files with 153415 additions and 0 deletions
6
js/tests/integration/bundle.js
Normal file
6
js/tests/integration/bundle.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { Tooltip } from '../../../dist/js/bootstrap.esm.js'
|
||||
|
||||
window.addEventListener('load', () => {
|
||||
[].concat(...document.querySelectorAll('[data-bs-toggle="tooltip"]'))
|
||||
.map(tooltipNode => new Tooltip(tooltipNode))
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue