How to import specific Bootstrap components without affecting TailwindCSS?
Bootstrap v5-alpha was announced yesterday and one of the biggest changes is the removal of jQuery as a dependency. I've been trying to incorporate a Carousel feature in my app recently for viewing product images. I tried incorporating Slick, but for some reason I just can't get it to work.
Is there a way I can import only the Carousel feature from Bootstrap v5, without it affecting TailwindCSS configurations, class names, etc? This would be ideal as I wouldn't have to include all of jQuery just for this one feature.
I checked tailwind-stimulus-components and unfortunately there is no Carousel component.
Any guidance will be greatly appreciated. Thanks in advance!
Is there a way I can import only the Carousel feature from Bootstrap v5, without it affecting TailwindCSS configurations, class names, etc? This would be ideal as I wouldn't have to include all of jQuery just for this one feature.
I checked tailwind-stimulus-components and unfortunately there is no Carousel component.
Any guidance will be greatly appreciated. Thanks in advance!
Notifications
You’re not receiving notifications from this thread.