Skip to main content

Hey there! For us, who use Design System, is complicated to nest component children. I mean, if I have a modal and I want to nest components into it, I need to create another component for the content and shift it with the placeholder component inside the modal.


What about we have a way of nesting components by dragging and dropping them into another component as Godot does? I can have a modal with some container component that holds all other components I drag into it. You got the idea?


So I could nest any children inside it even elements that is not a component like texts, images, etc. It would be awesome to have this feature, so for a simple modal box I can nest the content without creating a component for holding the content.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.