build69
build69  /  Components  /  Commerce  /  InvoiceView

InvoiceView

v1.0.11Updated 27 Aug 2026

Invoice / document view page — standard, minimal and detailed invoices plus quotation, receipt, credit note and PO documents. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 18 stories
StandardOpen ↗
Why this is recommendedinvoicedocumentquotationreceipt+3

InvoiceView — standard.

Recommended for+14
  • Invoice / document views
  • Printable business documents
Tags+6
invoicedocumentquotationreceiptetaxpagestandard
Features+4
  • Standard / minimal / detailed invoices, quotation, receipt and credit-note documents
  • Delivery note / statement / Thai e-Tax variants
  • Self-contained — no required props
Not recommended for−2
  • Billing settings (use Billing)

Install

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

get_registry_item({ name: "InvoiceView" })

Usage

import { InvoiceStandard } from '@/components/pages/invoice-view';

<InvoiceStandard />

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