@Artur- Thanks for your contribution. I am a bit embarrassed with your PR since selection means nothing in the only context of a <game-card>. It has to been handled by a component wrapping the<game-card>s, so you can bind the selection property. In my mind, the best approach is to provide some mixins so you can customize the card when events happen in your selection component. This would give some CSS like this one:
@Artur- Thanks for your contribution. I am a bit embarrassed with your PR since selection means nothing in the only context of a
<game-card>
. It has to been handled by a component wrapping the<game-card>s
, so you can bind the selection property. In my mind, the best approach is to provide some mixins so you can customize the card when events happen in your selection component. This would give some CSS like this one:What about that ?