Similar to React <Children>
what if we could mark a wrapper inside a component as an editable content area, meaning that we can add / remove things from that area without compromising the parent component, a real Container Component.
Imagine having a card component where you don’t need to create 25 different sub components to swap inside!!!
I often end up breaking components or desisting on them since some parte inside them is ultra flexible, or it just doesn’t make to sense to create a component.