How can I achieve this behavior using ion-tabs?

I am using ion-tabs and I would like to achieve this behavior http://ionicframework.com/docs/components/#striped-style-tabs

is it possible ?

Yes, you would just use the classes on the tabs.

another question, is there a way of use this with out the router ? I am doing is hiding and displaying divs. So I need it working that wat and not with routes.

got you, but that’s not the behavior I want, I mean, I want the same behavior of the tabs-stripped but only with divs, is that possible?