Hi there,
I’m currently building an app to help TCG players to build a deck of cards.
In my app, a user can add dynamically cards from a collection of cards in his decklist on the same screen (everything is in a container 2:1).
My issue is how to add a button visible bouton formatted like “+ QUANTITY -” on the line that represents each card of the decklist. Users currently have to click on a dropdown and on “Add” or “Remove” to increment/decrement quantity value.
I would like to have something like this ![]()

And it’s currently like this
Thanks for your help
