How may I style tabs?

Hi - I’m using the tabview component and I wanted to know how I can style the tabs. Like the tabbar background, the tab sizes themselves, and the like.

An even better question I guess would be - where can I find to look in the code to find this information if it exists? Thanks!

I accidentally stumbled upon this page, actually, and this seems related! I’ll take a look sometime later today when I can :slight_smile:

1 Like

I was just about to reply with the exact same thing :slight_smile:

Everthing visible in haxeui is styled from here: https://github.com/haxeui/haxeui-core/tree/master/haxe/ui/_module/styles/default

At the moment, the best best bet is to use that as reference.

1 Like