Regular tabs in ion-content

Hi,
I want to build an interface with tabs. For me it seems like the ion-tabs is not the right choice.
I just want to have regular tabs withour tab history and with controls above my tab content.
The tabs should be inside my ion-content and scrollable.
Do I have to build these tabs by myself with slide-box and a button bar.

Thank you in advance

hmm never seem this type of UI before.

Something like this you would build a directive your self.

Thanks for your answer. I wasn’t quite sure if that’s the right way, but now I’ll give it a try.