event for deck card load/render?

The one way to do this is for sure a hack.

  1. Put either your deck and/or card components within a tab component.
  2. Next set a class on the tab components of move-me-then-hide-me.
  3. Create a snippet move-children-to-siblings to move the deck/card elements within the tab to be a sibling.
  4. Create css to set the tab component to display: none
  5. Set your deck/card actions in the tab component along with move-children-to-siblings.
Not 100% sure this would work, but lemeno.