How do you add props to Plasmic components?

I’m brand new to Plasmic and would love to start using it… but, I was wondering if someone could fill me in on (or point me to a docs page that talks about) how to handle React component props in Plasmic components? Is there a place in the Plasmic interface that would allow me to allow a component to receive and use props? Thanks in advance (and so sorry if the answer is blatantly obvious and I’m just missing it :grimacing:)!

Hi @full_limpet, you can select any element inside a component, right click a prop or attribute that you want to expose as a prop on the outer component, and select link to prop. Lmk if that helps

Thank you very much, @yang. :slightly_smiling_face: That’s very helpful!