build69
build69  /  Components  /  Commerce  /  Orders

Orders

v1.0.19Updated 27 Aug 2026

Orders management page — table, filters, order detail, card grid and status tabs. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 20 stories
Why this is recommendedorderscommercefulfillmentreturns+3

Orders — table.

Recommended for+14
  • Order management screens
  • Commerce back-office
Tags+6
orderscommercefulfillmentreturnsapppagetable
Features+4
  • Table, with-filters, order detail, card grid and status-tabs layouts
  • Fulfillment / returns / timeline variants
  • Self-contained — no required props
Not recommended for−2
  • Customer order confirmation (use OrderConfirmation)

Install

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

get_registry_item({ name: "Orders" })

Usage

import { OrdersTable } from '@/components/pages/orders';

<OrdersTable />

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