ObjectUIObjectUI

E-commerce Blocks

Product cards, checkout flows, and shopping components

E-commerce Blocks

Professional e-commerce components for online stores and marketplaces.

Product Card

Product display with image, title, price, and actions.

Product Card

Premium Wireless HeadphonesHigh-quality audio with active noise cancellation
4.0 (128 reviews)
$299.99$399.99
25% OFF

Product Grid

Multiple products in a responsive grid.

Product Grid

Featured Products
Smartphone Pro$899
Smart Watch$399
Laptop Ultra$1,299
Headphones$299

Shopping Cart

Cart summary with items and checkout.

Shopping Cart

Shopping Cart
3 items
Smartphone ProColor: Black, Storage: 256GB
1
$899.00
Wireless HeadphonesColor: Silver
2
$598.00
Subtotal$1,497.00
Shipping$15.00
Tax$149.70
Total$1,661.70

Order Summary

Checkout order review.

Order Summary

Order Summary
Shipping Address
John Doe123 Main StreetApt 4BNew York, NY 10001United States
Payment Method
Visa ending in 4242Expires 12/24
Order Items
Smartphone Pro × 1$899.00
Wireless Headphones × 2$598.00
Subtotal$1,497.00
Shipping$15.00
Tax$149.70
Total$1,661.70

Usage

Customize e-commerce blocks for your store:

Add Product Data

{
  "type": "card",
  "dataSource": {
    "api": "/api/products",
    "method": "GET"
  }
}

Add to Cart Action

{
  "type": "button",
  "label": "Add to Cart",
  "action": {
    "type": "submit",
    "endpoint": "/api/cart",
    "method": "POST"
  }
}

Customize Pricing Display

{
  "type": "text",
  "content": "$299.99",
  "className": "text-2xl font-bold text-primary"
}

Next Steps

On this page