open-source-labs / Svelvet

🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts
https://svelvet.io
2.5k stars 161 forks source link

Subgroup Support? #498

Open dgrbrady opened 6 months ago

dgrbrady commented 6 months ago

Is it possible to place groups inside of another group? I tried just placing a <Group/> as a child of another <Group/>, but it didn't render how I expected it to. It renders the subgroup on the page, but it doesn't constrain it to be bound within the parent group. Is this something that's possible that I might just be missing? I could probably figure out a way to implement the behavior myself, but it would be awesome if it was just built-in functionality.