Tabs #316
Replies: 2 comments
-
Figured this out by writing a new TabButton element and having it handle clicks, hovers, etc instead of its Visuals class, but would still probably be a good idea to include this with the asset by default. |
Beta Was this translation helpful? Give feedback.
-
+1 It also seems that if they add the Selected state to their buttons, it would make it pretty easy to create a Button Group (where only one button can be selected at a time, like a radio button group). Then, creating tabs with that would be pretty straightforward! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Tabs work as in the sample UIPlayground scene, however it seems there is no behavior for the "Active" tab to remain a different color (or sprite, border, visual state) and be reset to default when another tab becomes active/clicked on. I tried implementing this myself but couldn't figure it out. Might be helpful to include a TabButton component aside from the Button to contain this specific functionality by default.
Beta Was this translation helpful? Give feedback.
All reactions