build69
build69  /  Components  /  Commerce  /  Checkout

Checkout

v1.0.14Updated 27 Aug 2026

Checkout page — two-column, multi-step, one-page, guest and express layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 18 stories
Two ColumnOpen ↗
Why this is recommendedcheckoutpaymentecommercecommerce+3

Checkout — two column.

Recommended for+14
  • Checkout flows
  • Ecommerce sites
Tags+6
checkoutpaymentecommercecommercepagetwocolumn
Features+4
  • Two-column, multi-step, one-page, guest and express layouts
  • Payment-options / shipping / promo / mobile variants
  • Self-contained — no required props
Not recommended for−2
  • Cart review (use Cart)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "Checkout" })

Usage

import { CheckoutTwoColumn } from '@/components/pages/checkout';

<CheckoutTwoColumn />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related