Byteclaw / visage

Visage design system
https://visage.design
MIT License
12 stars 3 forks source link

[Tabs] - it's impossible to override styling more than once #637

Open michalkvasnicak opened 4 years ago

michalkvasnicak commented 4 years ago

For example you have 2 versions of Tabs with different visuals in your app. If you change the looking using face it's impossible to create second version too, because face will apply on both versions.

The solution could be to change API so user can provide custom components like TabNavigationButton, etc.