gs-shop / vue-slick-carousel

🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
https://gs-shop.github.io/vue-slick-carousel/
Other
803 stars 186 forks source link

how to add class for div.slick-slide? #169

Open tachibana-shin opened 3 years ago

tachibana-shin commented 3 years ago

hi,

I have a project that needs to add some classes to the div.slick-slide that vue-slick-carousel creates. How do I get there?

jakecausier commented 3 years ago

You could simply add classes to a CSS file or inside the single-file component your slider lives in. MDN has a good article on it.