Passing components into a custom component (not as children)

I’ve created a few custom components (mostly as wrappers around existing react libraries), and one issue I have run into is handling components that don’t simply pass through their children in the render. I know this has been mentioned previously, but I can’t find any reference to it. Are there any plans to be able to render dash components that aren’t passed as children? Or is it possible to do this at the moment?

To my knowledge, it is currently not possible. But please prove me wrong :grin:

Did you succeed ? This interests me

No, I haven’t delved into this any further than posing the question. Would love to get some time to try to find a way of doing this, but I can’t see myself making progress on it any time soon.