A
Anonymous
Shopping Cart - Copy this React, Tailwind Component to your project
<span> <HiOutlineShoppingBag /> </span> {user?._id && ( <div className="bg [#bd3030] text white w 4 h 4 p 1 flex items center justify center rounded full absolute top 1 right 2"> <p className="text xs">{context?.userAddToCart?.count}</p> </div> )} I need the cart component to appear when the bag is clicked."
Prompt
