How to make a tabs carousel?

Is there a relatively simple way to make swipeable tabs behave like a carousel?

I’d like it to go from 1 to 2 to 3 and then back to the beginning. Round and round and round. Like an Android desktop.

No, only back and forward is supported by default. But if there is not much custom logic within tab you may use swipeable tabs (which use Swiper) and enable Swiper’s loop parameter

1 Like

And this is how that is done!

<f7-tabs swipeable data-loop="true">