nextjs-commerce-tutorial
nextjs-commerce-tutorial copied to clipboard
Counter of added items
Hello. Could you please tell me Will you be able to add to your project a counter of added items near the cart icon?
Hi i don't if u have found a solution yet .if not copy and paste this code under the cart icon in your project it should solve your problem. {cartCount > 0 && ( <span className="absolute top-0 right-0 inline-flex items-center justify-center h-6 w-6 rounded-full bg-red-500 text-white text-xs"> {cartCount} )}