Badge on icon in mobile app

Is it possible to show a badge on icon like we can show in native/cross platform apps ?

A use case could be an e-commerce app where we can show the number of cart-items on cart-icon.

Hi @JawadAzizFarhad, here is how to do this with a container. To keep it simple I just made plus and minus buttons. Ideally, we would connect it to a function/query that calculates how many items are in the cart.

Icons are static and would not change dynamically as the item count increases, but we could with this approach.

Here is the App for you to play with the settings: Container (9).json (14.4 KB)

Thanks @Paulo but We don't want it like this. It seems like there are lot of limitations here in Retool.

You are welcome! For more inspiration on building with Retool, check our Community Show & Tell.