You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can manually load Bootstrap’s jQuery plugins individually by loading the /js/*.js files under the package’s top-level directory.
I don't really get that part. I tried several combinations, amongst which:
import carousel from 'bootstrap/js/src/carousel.js'
but nothing really works.
Can I use the Bootstrap v4 Carousel without having the rest of the Bootstrap modules with browserify/webpack? - or do I have to manually add it in my codebase?
(and if I can't, how do I build it - the customizer is gone -) cc @fat
The text was updated successfully, but these errors were encountered:
I'm reading at the Installation readme:
I don't really get that part. I tried several combinations, amongst which:
import carousel from 'bootstrap/js/src/carousel.js'
but nothing really works.
Can I use the Bootstrap v4 Carousel without having the rest of the Bootstrap modules with browserify/webpack? - or do I have to manually add it in my codebase?
(and if I can't, how do I build it - the customizer is gone -) cc @fat
The text was updated successfully, but these errors were encountered: