Webflow native slider & Webflow CMS not compatible?


Is it me or is the CMS of webflow not compatible with its native slider component ? :clown_face:

How do you hook up CMS and the slider module of webflow ?

Here is my public share link: LINK
(how to access public share link)

1 Like

Hi @anthonysalamin :waving_hand: Native it’s still not possible​:grimacing:

But here is how to achieve what you want:

1 Like

Appreciate it @bro-design !

I ended up using swiper.js at the end.

Maybe in 10 years will get a native CMS powered Webflow slider :sweat_smile:

2 Likes

It’s truešŸ’Æ Swiper now is the best solution for CMS Sliders😌

1 Like

It’s relatively easy to set up a 100% CMS-compatible Webflow native slider using components, however my current setup for this isn’t as easy to style as the ā€œnakedā€ native element which has all of its parts exposed directly to class assignment and styling. .

1 Like

How it looks? Place into each slide CMS collection?

1 Like

Yep in the designer it’s a Slider wrapper component with a single slot for slides, and then a Slide component i drop in.

When I want CMS-driven slides, I drop a collection list with my slide component inside, data-bind it, and then wrap the whole thing in a component so that I can slot it.

I can mix static and CMS slides this way too, which is my usual approach.

1 Like