ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
653 stars 162 forks source link

carousel items are displaying as individual items #356

Open viswasakthi3 opened 4 months ago

viswasakthi3 commented 4 months ago

Describe the bug many times the items which are images are showed separately as individual items To Reproduce Steps to reproduce the behavior:

  1. use the vue3-carousel and pass images Expected behavior a normal carousel Screenshots added Desktop (please complete the following information):

Additional context Add any other context about the problem here. i thought it was constrain mismatch but its not the pblm i cant see any error in the conoso error eg 1 error eg 2 le log

ismail9k commented 4 months ago

Hey @viswasakthi3, I can see that there's a problem with loading the carousel stylesheet file. Please make sure that you have correctly included the carousel.css file. If you are using PurgeCSS or similar tools, make sure to whitelist the carousel classes.

If you are still facing the issue, please provide me with a minimal working example that reproduces the issue so that I can further debug it.

yethuku commented 4 months ago

i used nuxt 3,yeah the carousel.css was the issue causing that , problem solved after using this https://nuxt.com/modules/vue3-carousel-nuxt, thank you

avpuchkova commented 4 months ago

@yethuku Could you please show me an example how you use "vue3-carousel-nuxt"? I try to do it, but it does not work #361.