hi there! I have one question to start off the week
- is it possible to make a code component that implements the interface of a given Plasmic component? e.g. say I want to implement a NavMenu that accepts NavMenuItem components as its children, and I want to be able to set the spacing explicitly between the NavMenuItem children of the NavMenu as if the NavMenu were a Plasmic Horizontal Stack, is it possible? or would I need to do something like explicitly define a spacing prop on the NavMenu component? I’ve been able to make the NavMenu have a flex display and change it between a row / column and change the content alignment etc., but so far haven’t been able to get the Plasmic component-specific controls to appear