I have a card with multiple *Output
elements. The same card layout is used across several navpanel()
s. I would like to have a single card where *Output elements to use different input$*
depending on which navpanel()
the card is in. Currently I have copies of the card for each panel. Can I "reuse" the card somehow?
It would be great if you'd provide us with an example.