You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
Component should allow user to select coin from the set of coin addresses and display appropriate QR-code.
Site owner includes npm module as <script>, gets element TrustQRPay and triggers show method to show modal window.
Example usage: <TrustQRPay id="tqr" ETH="0x32Be343B94f860124dC4fEe278FDCBD38C102D88" BTC="1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX"></TrustQRPay>
Component should allow user to select coin from the set of coin addresses and display appropriate QR-code.
Site owner includes npm module as <script>, gets element TrustQRPay and triggers
show
method to show modal window.Example usage:
<TrustQRPay id="tqr" ETH="0x32Be343B94f860124dC4fEe278FDCBD38C102D88" BTC="1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX"></TrustQRPay>
or
<TrustQRPay id="tqr" 714="0x32Be343B94f860124dC4fEe278FDCBD38C102D88" 715="1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX"></TrustQRPay>
And inside script tag:
document.getElementById("tqr").show()
The text was updated successfully, but these errors were encountered: