Component
Mobile Wallet Payment Flow
Adapts Solana Pay guidance for desktop QR scanning and same-device mobile wallet handoff.
Preview
Installation
terminal
$npx shadcn@latest add https://uxdotsol.xyz/r/mobile-wallet-payment-flow.jsonUsage
mobile-wallet-payment-flow.tsx
import { MobileWalletPaymentFlow } from "@/components/uxdotsol/flows/mobile-wallet-payment-flow"; <MobileWalletPaymentFlow recipient={merchantAddress} amount={0.25} reference={orderReference}/>Props / Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| props | SolanaPayCheckoutProps | recipient and amount required | Solana Pay request passed to the responsive checkout. |

