Help to add a feature in my TCG Deck Builder App

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 :slight_smile:

Screenshot_2026-02-14_18-56-56
And it’s currently like this


Thanks for your help

You could use a custom collection to allow you to place any components inside of each collection item. Then you could add a button block component to do what you want. But if you want the exact look and feel of the buttons that you are looking for, then you will need to use a Custom AI component to build it out to look the way you want with actions to increment and decrement.

1 Like