What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets, and reproduction steps)
Hello, the radio group and many other default components have a very convenient prop that enables you to repeat elements and open sub prop menus to edit its values like the pictures below.
I created a custom component of the “Radio button” while also using the repeat element function to select how many buttons to show depending on the array, each button has its own label and value, however i can`t find a way to create a prop that adds elements like the default setup, the closer i was able to do is create a data prop with an array but its not a good solution design wise.
how can i tell plasmic that some props need to be inside submenus like the pictures above, this will help me in many components i’ve created, for the time being i solved it like this.
But this is not a good solution at all when it can be easily solved with an array.
I’ve found myself building alot of components though plasmic that i can use multiple times and change them if needed fast, so i hope i can get a solution without resorting to code.
thanks.