What are you trying to do? Is there some kind of way to get the Style Configurator in projects without using code? I have a component that has nested components and I want the user to be able to configure the styles themselves. Right now the only way I know how to do it is through variants; but it becomes cumbersome with all the options needed. It would be much easier/better to have that style configurator.
Hi, currently the only way is through code. Ideally it would be possible to achieve a good solution by using the composition of slots and variants, but I do see that there are cases where you would like style content being passed through props. But this is not in our roadmap.
Is there a code example that you could point me to?
I tried looking through the code to understand how it is done like it is in the react aria modal component; but I seem to have gotten lost going from the StyleExprModal to how it showed up on the right side bar.