I’m a SW developer, so I don’t know, if my question makes sense from a design perspective…
I try to design a UI for some application where some information is shown as cards. Thus, i created components for the different types of cards I want to support and show.
As there will be an overview of the available cards, I also created a container-component (dashboard) to arrange several cards. To hold the cards, I added a board element with a flex layout (content-board).
When I now add cards to that content-board, they are arranged according to the flex-layout parameters given.
When I now register the container component (it’s planned to have that in different views) with an empty content-board as a penpot-component (v2), it gets visible in the assets list, and I can create instances in my design - but I can no longer add any components (esp. the card-components) to the content board of the instances of the container-component. When I add them, they get placed hierarchically parallel to the dashboard component and thus do not get automatically arranged by the flex-layout of the content-board.
The current solution, I see, is to cover only the static parts as components (e.g. dashboard-header), but create all the container-elements (boards) as individual boards in the main design and assure consoistent parameter settings manually…
Does any one have a suggestion? (Maybe I miss some feature of penpot…)
Thanks in advance!
Thomas