React
React version of Pay Button is the wrapper for the javascript version. For more detailed information about the API, please check the javascript documentation. The documentation for the javascript version also applies directly to the React version.
How to install React components:
How to use the button in React project:
Name
Required
Type
Default Value
receiver
true
string
null
amount
true
string
null
currency
true
string
βUSDCβ
chainNetwork
false
string
βSOLANAβ
label
false
string
βPAYβ
useLabel
false
boolean
true
buttonColor
false
string
β#1149FFβ
buttonTextColor
false
string
β#FFFFFFβ
onLoad
false
function
null
onPayment
false
function
null
onError
false
function
null
Last updated