Is it possible to nest code components?

I’m evaluating Plasmic as an option for my company and I was set to try and clone some components we have.

Is it not possible to nest components within themselves? I couldn’t even nest default components within my component

Hi!

It is possible. You can simply add a children: 'slot' prop.

This is the best starting point for learning about code components:

https://docs.plasmic.app/learn/registering-code-components/

Ohhh right! I figured it might be the slots but I thought they were for things like variants. Sorry!

No apology needed! :slightly_smiling_face: :raised_hands: