vue-slick-carousel icon indicating copy to clipboard operation
vue-slick-carousel copied to clipboard

how to add class for div.slick-slide?

Open tachibana-shin opened this issue 4 years ago • 1 comments

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?

tachibana-shin avatar Feb 08 '21 23:02 tachibana-shin

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.

jakecausier avatar Jun 22 '21 11:06 jakecausier