stimulus-carousel icon indicating copy to clipboard operation
stimulus-carousel copied to clipboard

Doesn't play well with bootstrap

Open tacman opened this issue 7 months ago • 0 comments

The demo works fine until I add bootstrap. The libraries are loaded via an importmap (as esm modules), I suspect the problem is with swiper.js but I don't know.

I've set up a really simple Symfony demo that shows the problem

git clone [email protected]:survos-sites/carousel-demo.git && cd carousel-demo
composer install
bin/console importmap:install
symfony server:start -d
symfony open:local

If you open assets/app.js and remove the lines that load the bootstrap js and css, the arrows work.

Slightly more details in the README at https://github.com/survos-sites/carousel-demo

tacman avatar Nov 24 '23 14:11 tacman