s it possible to disable variants within a component?
Basically, If I want to disable the properties that I highlighted in the screenshot but within a variant. Which means, I need those properties with some specific CTA and also need to hide them in some other CTAS
Hi @Donggoo_Paik
It is not possible at the time to hide a variant property of a component. But you can do it with boolean property
Remove the two variant property Icon(right) and Icon(left)
Select all you Icon(right) on your component and then go to the right panel, on the Layer section, click on the Apply boolean property icon at the far right
Redo the step 2 for Icon(left)
In the specific variant where you don’t want this two icons to be played with, just delete them.
No when you make an instance of your component with the specific variant the icon property won’t show
It would be really handy to be able to hide not all but some irrelevant nested instance properties on parent components, e.g. hide property for interaction states on a nested instance so that it won’t appear on parent component. This is for use cases where the specific property would need to be set at a parent level (larger component holistically), rather than solely for the nested instance.