Let’s say I have a button component with two variants, each variant has the properties: “Type” and “Color”.
Can i make it so that, when instancing the component, if i choose Type 1, the values for Color are “Red” and “Blue”, while if i choose Type 2, the values for Color are “Black” and “White”? As apposed to having Red, Blue, Black and White for both Type 1 and Type 2.
I have more or less the same problem.
In my case I would like to use a different boolean value for the two variants.
Have you solved it somehow?
Anyone have advice?
@Stefan_Sabadas There is a way you could accomplish this by adding variants within a variant, but the button label text doesn’t persist when you try to swap Types. There could be another alternative using Modes to swap style and color.
→ See Example File showing the setup for this along with some Pro’s and Con’s.