KB-105 · CHECKOUT/RECEIPT
Checkout Receipt
Payment that prints its proof — hold to pay, then a receipt feeds out of the slot line by line, tears off, and takes a PAID stamp.
KB-105 · CHECKOUT/RECEIPT
Checkout
- Field Kit MK-II
- $149.00
- Calibration cert
- $29.00
- Priority bench slot
- $12.50
Total$190.50$190.50
Hold the button — the receipt prints itself.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/checkout-receipt
Props
- items
- ReceiptItem[]
- default —
- Line items ({ name, price }) summed into the total.
- currency
- string
- default "$"
- Price prefix.
- onPay
- () => void
- default —
- Fires when the hold completes.
| Prop | Type | Default | Description |
|---|---|---|---|
| items | ReceiptItem[] | — | Line items ({ name, price }) summed into the total. |
| currency | string | "$" | Price prefix. |
| onPay | () => void | — | Fires when the hold completes. |