I would really like to understand how it is possible, if at all to control one component from a completely different one.
For example, I have a button that I want to change the variant of a completely different component. the button can’t be in the same component or set of components.
I read on conditional statements and interactive components, but this is not at all what I am looking for even though some people said this is the solution in other older posts I read.
All i want is that when clicking on component A, it will change component B variant.
Is this possible already or still not?