Does anyone know how to create what Webflow did for their “Features Col” on Automate and connect your website | Webflow Logic? It’s amazing!
Without seeing this, I will use “Tab” for certain, but the outcome is not as ideal as this since the tabs will stack on the top of tab contents.
We can use JavaScript to move the content to the right places. The way Webflow is cleaner, smarter, and more friendly to accessibility.
Take a look:
You can see that they are not using the native “Tab” block, but using <ul>
with three <li>
inside, and the “content” is within each <li>
.