Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ionic scrollable tabs

Hello I was wondering before I made something my self if ionic has something like scrollable tabs. I was looking and seen it in the fitrpg app which was made with ionic but I didn't know if it was custom or not. I'm going to use it for a list like in fitrpg and would have several sections to sort the list differently like top rated, newest, etc. I also saw ionics slide box and thought I could implement it with that if I made a fancy header my self. But I figured I'd find out if someone made a package for this or has any advice that would be useful if I have to do it myself. Also here is a picture from fitrpg of what im trying to achieve. I need tabs like All Active and Completed where you can swipe between them.

enter image description here

like image 559
epelc Avatar asked Aug 05 '14 02:08

epelc


1 Answers

This library seems to do what you need:

https://github.com/saravmajestic/ionic/tree/master/tabbedSlideBox

like image 195
fer Avatar answered Oct 23 '22 10:10

fer