Component
Payment Tracking and Receipt Template
Complete signature lookup page that transitions from live payment tracking to immutable receipt evidence.
Preview
Installation
terminal
$npx shadcn@latest add https://uxdotsol.xyz/r/payment-tracking-receipt.jsonUsage
payment-tracking-receipt.tsx
import { PaymentTrackingReceiptTemplate } from "@/components/uxdotsol/templates/payment-tracking-receipt"; <PaymentTrackingReceiptTemplate signature={signature} cluster="mainnet-beta" />Props / Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| signature | string | user input | Optional controlled signature to track. |
| cluster | 'mainnet-beta' | 'devnet' | 'testnet' | 'mainnet-beta' | Cluster searched by the payment-status route. |

