Endless carousel for navigation

Hello, I just started to work with Fuse and I have a little problem.

To navigate through my Application I want to use such a carousel like you can see on the screenshot below. In this case you are on Page 2 and if you swipe left or right you will get to Page 1 or 3. This should work already by using the PageController with modified animations or the Alive UXKit’s component Carousel (screenshot). But in my Application the carousel should be endless: After swiping to the left for example, 3 should be in the middle but on the right you should see 1 again, so it looks like an endless wheel.

Is there any good solution to build such an App? Since I am a newcomer to Fuse I would be thankful about a detailled and understandable answer. Thank you!

05