Back to components
Commerce component

Cart Item

Cart line item with image, title, quantity stepper, unit price, total, and remove action.

Install

What it does

  • Product thumbnail image
  • Title, variant info, and unit price
  • Quantity increment/decrement stepper
  • Line total calculation
  • Remove action with trash icon

When to use

Use it

Shopping cart screens, order review before checkout, wishlist-to-cart transfer.

Skip it

Non-editable order summary (use order-card instead).

Files & routes added

  • components/commerce/cart-item.tsx

Related components